mirror of
https://git.freebsd.org/ports.git
synced 2025-06-14 01:00:33 -04:00
11 lines
603 B
Text
11 lines
603 B
Text
--- configure.orig 2006-03-11 03:46:52 UTC
|
|
+++ configure
|
|
@@ -3013,7 +3013,7 @@ echo "$as_me:$LINENO: checking linker fl
|
|
echo $ECHO_N "checking linker flags used to link Python... $ECHO_C" >&6
|
|
|
|
PyLFS=`grep "^LINKFORSHARED=" ${PyLIBPL}/Makefile | cut -f2 -d= | tr '\011\012\015' ' '`
|
|
-PyLDFLAGS=`grep "^LDFLAGS=" ${PyLIBPL}/Makefile | cut -f2 -d= | tr '\011\012\015' ' '`
|
|
+PyLDFLAGS=`grep "^LDFLAGS=" ${PyLIBPL}/Makefile | sed 's,^LDFLAGS=,,' | tr '\011\012\015' ' '`
|
|
LDFLAGS="${LDFLAGS} ${PyLFS} ${PyLDFLAGS}"
|
|
LDFLAGS="${LDFLAGS} ${PY_LDFLAGS}"
|
|
echo "$as_me:$LINENO: result: $PY_LDFLAGS" >&5
|