View | Details | Raw Unified | Return to bug 192348 | Differences between
and this patch

Collapse All | Expand All

(-)www/mod_python33/files/patch-configure (-2 / +11 lines)
Lines 1-5 Link Here
1
--- configure.orig     Sat Aug  5 09:51:23 2006
1
--- ./configure.orig	2006-03-11 03:46:52.000000000 +0000
2
+++ configure  Sat Aug  5 09:57:47 2006
2
+++ ./configure	2014-08-02 22:49:33.000000000 +0000
3
@@ -2899,7 +2899,7 @@
3
@@ -2899,7 +2899,7 @@
4
 PyLIBP=${PY_STD_LIB}
4
 PyLIBP=${PY_STD_LIB}
5
 PyLIBPL=${PyLIBP}/config
5
 PyLIBPL=${PyLIBP}/config
Lines 9-11 Link Here
9
 PyMODLIBS=`grep "^LOCALMODLIBS=" ${PyLIBPL}/Makefile | cut -f2 -d= | tr '\011\012\015' '   '`
9
 PyMODLIBS=`grep "^LOCALMODLIBS=" ${PyLIBPL}/Makefile | cut -f2 -d= | tr '\011\012\015' '   '`
10
 PyFRAMEWORK=`grep "^PYTHONFRAMEWORK=" ${PyLIBPL}/Makefile | cut -f2 -d= | tr '\011\012\015' '   '`
10
 PyFRAMEWORK=`grep "^PYTHONFRAMEWORK=" ${PyLIBPL}/Makefile | cut -f2 -d= | tr '\011\012\015' '   '`
11
 PyFRAMEWORKDIR=`grep "^PYTHONFRAMEWORKDIR=" ${PyLIBPL}/Makefile | cut -f2 -d= | tr '\011\012\015' '   ' | awk '{print $1}'`
11
 PyFRAMEWORKDIR=`grep "^PYTHONFRAMEWORKDIR=" ${PyLIBPL}/Makefile | cut -f2 -d= | tr '\011\012\015' '   ' | awk '{print $1}'`
12
@@ -3013,7 +3013,7 @@
13
 echo $ECHO_N "checking linker flags used to link Python... $ECHO_C" >&6
14
 
15
 PyLFS=`grep "^LINKFORSHARED=" ${PyLIBPL}/Makefile | cut -f2 -d= | tr '\011\012\015' '   '`
16
-PyLDFLAGS=`grep "^LDFLAGS=" ${PyLIBPL}/Makefile | cut -f2 -d= | tr '\011\012\015' '   '`
17
+PyLDFLAGS=`grep "^LDFLAGS=" ${PyLIBPL}/Makefile | sed 's,^LDFLAGS=,,' | tr '\011\012\015' '   '`
18
 LDFLAGS="${LDFLAGS} ${PyLFS} ${PyLDFLAGS}"
19
 LDFLAGS="${LDFLAGS} ${PY_LDFLAGS}"
20
 echo "$as_me:$LINENO: result: $PY_LDFLAGS" >&5

Return to bug 192348