From: Elan Ruusamäe Date: Fri, 3 Feb 2006 10:39:49 +0000 (+0000) Subject: - avoid linking with static libpython (otherwise need to rebuild every time shared... X-Git-Tag: auto/ac/apache-mod_python-3_1_4-5 X-Git-Url: https://git.pld-linux.org/?p=packages%2Fapache-mod_python.git;a=commitdiff_plain;h=ce2e45e57075c0fb8235492218db597c935fddd4;ds=sidebyside - avoid linking with static libpython (otherwise need to rebuild every time shared python changes, like current sys.lib patch) Changed files: apache-mod_python-ldflags.patch -> 1.1 --- diff --git a/apache-mod_python-ldflags.patch b/apache-mod_python-ldflags.patch new file mode 100644 index 0000000..b146a22 --- /dev/null +++ b/apache-mod_python-ldflags.patch @@ -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"