projects
/
packages
/
apache-mod_python.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
151bab8
)
- avoid linking with static libpython (otherwise need to rebuild every time shared...
auto/ac/apache-mod_python-3_1_4-5
author
Elan Ruusamäe
<glen@pld-linux.org>
Fri, 3 Feb 2006 10:39:49 +0000
(10:39 +0000)
committer
cvs2git
<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]
patch
|
blob
diff --git a/apache-mod_python-ldflags.patch
b/apache-mod_python-ldflags.patch
new file mode 100644
(file)
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"
This page took
0.060445 seconds
and
4
git commands to generate.