mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-26 06:22:33 -08:00
Merge branch 'darwin-flat_namespace' into 'develop'
configure: don't use -flat_namespace on Darwin See merge request embeddable-common-lisp/ecl!268
This commit is contained in:
commit
8d90e31ecc
1 changed files with 1 additions and 1 deletions
2
src/aclocal.m4
vendored
2
src/aclocal.m4
vendored
|
|
@ -420,7 +420,7 @@ case "${host_os}" in
|
|||
shared='yes'
|
||||
SHAREDEXT='dylib'
|
||||
PICFLAG='-fPIC -fno-common'
|
||||
SHARED_LDFLAGS="-dynamiclib -flat_namespace -undefined suppress ${LDFLAGS}"
|
||||
SHARED_LDFLAGS="-dynamiclib ${LDFLAGS}"
|
||||
BUNDLE_LDFLAGS="-bundle ${LDFLAGS}"
|
||||
ECL_LDRPATH='-Wl,-rpath,~A'
|
||||
THREAD_CFLAGS='-D_THREAD_SAFE'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue