]> git.pld-linux.org Git - packages/apache-mod_python.git/blobdiff - apache-mod_python-static-lib-dir-fix.patch
- orphaned, outdated
[packages/apache-mod_python.git] / apache-mod_python-static-lib-dir-fix.patch
diff --git a/apache-mod_python-static-lib-dir-fix.patch b/apache-mod_python-static-lib-dir-fix.patch
deleted file mode 100644 (file)
index ad17e8d..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
---- 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.051603 seconds and 4 git commands to generate.