]> git.pld-linux.org Git - packages/apache-mod_python.git/commitdiff
- unneccessary now (distutils outputs proper libdir)
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 21 Mar 2006 15:02:00 +0000 (15:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_python-lib64.patch -> 1.2

apache-mod_python-lib64.patch [deleted file]

diff --git a/apache-mod_python-lib64.patch b/apache-mod_python-lib64.patch
deleted file mode 100644 (file)
index 14e6775..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
---- configure.in~      2002-12-30 19:59:34.000000000 +0100
-+++ configure.in       2004-01-25 20:15:31.354535392 +0100
-@@ -244,12 +244,12 @@
- # this is where the Python libraries will get installed
- AC_SUBST(PY_STD_LIB)
--PY_STD_LIB=${PyEXEC_INSTALLDIR}/lib/python${PyVERSION}
-+PY_STD_LIB=${PyEXEC_INSTALLDIR}/lib64/python${PyVERSION}
- # set python std library variable
- AC_SUBST(LIBS)
--PyLIBP=${PyEXEC_INSTALLDIR}/lib/python${PyVERSION}
-+PyLIBP=${PyEXEC_INSTALLDIR}/lib64/python${PyVERSION}
- PyLIBPL=${PyLIBP}/config
- PyPYTHONLIBS=${PyLIBPL}/libpython${PyVERSION}.a
- PyLIBS=`grep "^LIB[[SMC]]=" ${PyLIBPL}/Makefile | cut -f2 -d= | tr '\011\012\015' '   '`
This page took 0.034243 seconds and 4 git commands to generate.