FreeBSD Bugzilla – Attachment 145292 Details for
Bug 192348
www/mod_python33 fails to build after today's python27 changes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Reworked patch
patch-configure.diff (text/plain), 1.53 KB, created by
Marcus von Appen
on 2014-08-03 07:36:29 UTC
(
hide
)
Description:
Reworked patch
Filename:
MIME Type:
Creator:
Marcus von Appen
Created:
2014-08-03 07:36:29 UTC
Size:
1.53 KB
patch
obsolete
>Index: files/patch-configure >=================================================================== >--- files/patch-configure (revision 363787) >+++ files/patch-configure (working copy) >@@ -1,11 +1,12 @@ >---- configure.orig Sat Aug 5 09:51:23 2006 >-+++ configure Sat Aug 5 09:57:47 2006 >-@@ -2899,7 +2899,7 @@ >- PyLIBP=${PY_STD_LIB} >- PyLIBPL=${PyLIBP}/config >- PyPYTHONLIBS=${PyLIBPL}/libpython${PyVERSION}.a >--PyLIBS=`grep "^LIB[SMC]=" ${PyLIBPL}/Makefile | cut -f2 -d= | tr '\011\012\015' ' '` >-+PyLIBS=`ldd $PYTHON_BIN | sed -n 's,^.* => [^ ]*/lib\(.*\)\.so[^ ]* \((.*)\),-l\1,p' | grep -v '^-lc$' | xargs echo` >- PyMODLIBS=`grep "^LOCALMODLIBS=" ${PyLIBPL}/Makefile | cut -f2 -d= | tr '\011\012\015' ' '` >- PyFRAMEWORK=`grep "^PYTHONFRAMEWORK=" ${PyLIBPL}/Makefile | cut -f2 -d= | tr '\011\012\015' ' '` >- PyFRAMEWORKDIR=`grep "^PYTHONFRAMEWORKDIR=" ${PyLIBPL}/Makefile | cut -f2 -d= | tr '\011\012\015' ' ' | awk '{print $1}'` >+--- ./configure.orig 2006-03-11 03:46:52.000000000 +0000 >++++ ./configure 2014-08-02 22:49:33.000000000 +0000 >+@@ -3013,7 +3013,7 @@ >+ 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 >+
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 192348
:
145291
| 145292