]> git.pld-linux.org Git - packages/apache-mod_python.git/commitdiff
- avoid linking with static libpython (otherwise need to rebuild every time shared... auto/ac/apache-mod_python-3_1_4-5
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 3 Feb 2006 10:39:49 +0000 (10:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_python-ldflags.patch -> 1.1

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

diff --git a/apache-mod_python-ldflags.patch b/apache-mod_python-ldflags.patch
new file mode 100644 (file)
index 0000000..b146a22
--- /dev/null
@@ -0,0 +1,11 @@
+--- mod_python-3.1.3/configure.in.ldflags
++++ mod_python-3.1.3/configure.in
+@@ -225,7 +225,7 @@
+     LDFLAGS="${LDFLAGS} -Wl,-framework,Python"
+   fi
+ else
+-  LDFLAGS="${LDFLAGS} -L${PyLIBPL}"
++  #LDFLAGS="${LDFLAGS} -L${PyLIBPL}"
+   AC_CHECK_LIB(python${PyVERSION}, Py_NewInterpreter,
+              [ PyPYTHONLIBS="-lpython${PyVERSION}" ],
+              [ LDFLAGS="$save_LDFLAGS"
This page took 0.117219 seconds and 4 git commands to generate.