]> git.pld-linux.org Git - packages/apache-mod_python.git/commitdiff
- Fixes configure.in (different in PLD than oryginal python) static lib layout.
authorMateusz Korniak <matkor@pld-linux.org>
Wed, 16 Oct 2002 14:32:17 +0000 (14:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_python-static-lib-dir-fix.patch -> 1.1

apache-mod_python-static-lib-dir-fix.patch [new file with mode: 0644]

diff --git a/apache-mod_python-static-lib-dir-fix.patch b/apache-mod_python-static-lib-dir-fix.patch
new file mode 100644 (file)
index 0000000..ad17e8d
--- /dev/null
@@ -0,0 +1,12 @@
+--- mod_python-2.7.8/configure.in      Mon Jun 11 21:16:25 2001
++++ mod_python-2.7.8.new/configure.in  Wed Oct 16 16:11:36 2002
+@@ -242,7 +242,8 @@
+ if test -z "$PYTHON_SRC"; then
+   PyLIBP=${PyEXEC_INSTALLDIR}/lib/python${PyVERSION}
+   PyLIBPL=${PyLIBP}/config
+-  PyPYTHONLIBS=${PyLIBPL}/libpython${PyVERSION}.a
++  # PyPYTHONLIBS=${PyLIBPL}/libpython${PyVERSION}.a
++  PyPYTHONLIBS=/usr/lib/libpython${PyVERSION}.a
+   PyLIBS=`grep "^LIB[[SMC]]=" ${PyLIBPL}/Makefile | cut -f2 -d= | tr '\011\012\015' '   '`
+   PyMODLIBS=`grep "^LOCALMODLIBS=" ${PyLIBPL}/Makefile | cut -f2 -d= | tr '\011\012\015' '   '`
+   PY_LIBS="${PyPYTHONLIBS} ${PyLIBS} ${PyMODLIBS}"
This page took 0.043146 seconds and 4 git commands to generate.