Accepting request 76776 from home:namtrac:bugfix
- Copy Lib/plat-linux2 to Lix/plat-linux3 so that DLFCN module is also available for linux3 systems bnc#707667 OBS-URL: https://build.opensuse.org/request/show/76776 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python?expand=0&rev=103
This commit is contained in:
parent
581a05421a
commit
444cbdf413
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 22 13:03:49 UTC 2011 - idonmez@novell.com
|
||||
|
||||
- Copy Lib/plat-linux2 to Lix/plat-linux3 so that DLFCN module
|
||||
is also available for linux3 systems bnc#707667
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 11 01:59:56 CEST 2011 - ro@suse.de
|
||||
|
||||
|
@ -162,6 +162,9 @@ autoreconf -f -i . # Modules/_ctypes/libffi
|
||||
# provide a stable timestamp
|
||||
touch -r %{S:0} Makefile.pre.in
|
||||
|
||||
# Cheat for kernel 3.0
|
||||
cp -r Lib/plat-linux2 Lib/plat-linux3
|
||||
|
||||
# prevent make from trying to rebuild asdl stuff, which requires existing
|
||||
# python installation
|
||||
touch Parser/asdl* Python/Python-ast.c Include/Python-ast.h
|
||||
|
Loading…
x
Reference in New Issue
Block a user