]> git.pld-linux.org Git - packages/apache-mod_python.git/commitdiff
- s/lib/lib64/g
authorundefine <undefine@pld-linux.org>
Sun, 25 Jan 2004 19:20:31 +0000 (19:20 +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.1

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

diff --git a/apache-mod_python-lib64.patch b/apache-mod_python-lib64.patch
new file mode 100644 (file)
index 0000000..14e6775
--- /dev/null
@@ -0,0 +1,17 @@
+--- 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.11729 seconds and 4 git commands to generate.