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:
Jan Matejek 2011-07-28 14:49:53 +00:00 committed by Git OBS Bridge
parent 581a05421a
commit 444cbdf413
2 changed files with 9 additions and 0 deletions

View File

@ -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

View File

@ -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