SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
12
devel/gdb/patches/patch-gdb_python_python-config_py
Normal file
12
devel/gdb/patches/patch-gdb_python_python-config_py
Normal file
|
@ -0,0 +1,12 @@
|
|||
Index: gdb/python/python-config.py
|
||||
--- gdb/python/python-config.py.orig
|
||||
+++ gdb/python/python-config.py
|
||||
@@ -71,6 +71,8 @@ for opt in opt_flags:
|
||||
libs.insert(0, '-L' + getvar('LIBPL'))
|
||||
elif os.name == 'nt':
|
||||
libs.insert(0, '-L' + sysconfig.PREFIX + '/libs')
|
||||
+ if getvar('CONFIGURE_LDFLAGS') is not None:
|
||||
+ libs.insert(0, getvar('CONFIGURE_LDFLAGS'))
|
||||
if getvar('LINKFORSHARED') is not None:
|
||||
libs.extend(getvar('LINKFORSHARED').split())
|
||||
print (to_unix_path(' '.join(libs)))
|
Loading…
Add table
Add a link
Reference in a new issue