]> git.pld-linux.org Git - packages/apache-mod_python.git/commitdiff
use shared libpython
authorArtur Frysiak <artur@frysiak.net>
Wed, 19 Sep 2001 13:32:25 +0000 (13:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_python-shared.patch -> 1.1

apache-mod_python-shared.patch [new file with mode: 0644]

diff --git a/apache-mod_python-shared.patch b/apache-mod_python-shared.patch
new file mode 100644 (file)
index 0000000..1c04d9d
--- /dev/null
@@ -0,0 +1,11 @@
+--- mod_python-2.6.4/configure.in.wiget        Tue Dec 12 19:08:13 2000
++++ mod_python-2.6.4/configure.in      Tue Dec 12 19:13:21 2000
+@@ -187,7 +187,7 @@
+ if test -z "$PYTHON_SRC"; then
+   PyLIBP=${PyEXEC_INSTALLDIR}/lib/python${PyVERSION}
+   PyLIBPL=${PyLIBP}/config
+-  PyPYTHONLIBS=${PyLIBPL}/libpython${PyVERSION}.a
++  PyPYTHONLIBS="-L${PyLIBPL} -lpython${PyVERSION}"
+   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.110127 seconds and 4 git commands to generate.