mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Link shared libraries with -x
This commit is contained in:
parent
39bae8bbb9
commit
3943f47714
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ TCL_EXEC_PREFIX='/usr'
|
|||
TCL_SHLIB_CFLAGS='-fPIC'
|
||||
|
||||
# Base command to use for combining object files into a shared library:
|
||||
TCL_SHLIB_LD='ld -Bshareable'
|
||||
TCL_SHLIB_LD='ld -Bshareable -x'
|
||||
|
||||
# Either '$LIBS' (if dependent libraries should be included when linking
|
||||
# shared libraries) or an empty string. See Tcl's configure.in for more
|
||||
|
|
|
|||
Loading…
Reference in a new issue