]> git.pld-linux.org Git - packages/apache-mod_python.git/blob - apache-mod_python-static-lib-dir-fix.patch
- Python 2.3 renamed LONG_LONG to PY_LONG_LONG and because of this
[packages/apache-mod_python.git] / apache-mod_python-static-lib-dir-fix.patch
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.027477 seconds and 3 git commands to generate.