FreeBSD Bugzilla – Attachment 153794 Details for
Bug 197757
lang/python{27,32,33}: pythonX.Y-config --ldflags missing -L/usr/local/lib for shared library path
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Mimic shell script
patch-issue7352 (text/plain), 638 bytes, created by
Jan Beich
on 2015-03-04 17:58:46 UTC
(
hide
)
Description:
Mimic shell script
Filename:
MIME Type:
Creator:
Jan Beich
Created:
2015-03-04 17:58:46 UTC
Size:
638 bytes
patch
obsolete
>--- Misc/python-config.in~ >+++ Misc/python-config.in >@@ -21,6 +21,7 @@ except getopt.error: > if not opts: > exit_with_usage() > >+libdir = sysconfig.EXEC_PREFIX + '/lib' > pyver = sysconfig.get_config_var('VERSION') > getvar = sysconfig.get_config_var > >@@ -50,6 +51,7 @@ for opt in opt_flags: > # add the prefix/lib/pythonX.Y/config dir, but only if there is no > # shared library in prefix/lib/. > if opt == '--ldflags': >+ libs.insert(0, '-L' + libdir) > if not getvar('Py_ENABLE_SHARED'): > libs.insert(0, '-L' + getvar('LIBPL')) > if not getvar('PYTHONFRAMEWORK'):
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 197757
: 153794 |
156373