]> git.pld-linux.org Git - packages/apache-mod_python.git/blame - apache-mod_python-static-lib-dir-fix.patch
- avoid linking with static libpython (otherwise need to rebuild every time shared...
[packages/apache-mod_python.git] / apache-mod_python-static-lib-dir-fix.patch
CommitLineData
594e0805
MK
1--- mod_python-2.7.8/configure.in Mon Jun 11 21:16:25 2001
2+++ mod_python-2.7.8.new/configure.in Wed Oct 16 16:11:36 2002
3@@ -242,7 +242,8 @@
4 if test -z "$PYTHON_SRC"; then
5 PyLIBP=${PyEXEC_INSTALLDIR}/lib/python${PyVERSION}
6 PyLIBPL=${PyLIBP}/config
7- PyPYTHONLIBS=${PyLIBPL}/libpython${PyVERSION}.a
8+ # PyPYTHONLIBS=${PyLIBPL}/libpython${PyVERSION}.a
9+ PyPYTHONLIBS=/usr/lib/libpython${PyVERSION}.a
10 PyLIBS=`grep "^LIB[[SMC]]=" ${PyLIBPL}/Makefile | cut -f2 -d= | tr '\011\012\015' ' '`
11 PyMODLIBS=`grep "^LOCALMODLIBS=" ${PyLIBPL}/Makefile | cut -f2 -d= | tr '\011\012\015' ' '`
12 PY_LIBS="${PyPYTHONLIBS} ${PyLIBS} ${PyMODLIBS}"
This page took 0.046573 seconds and 4 git commands to generate.