mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-23 04:52:42 -08:00
osx: fix #343 runtime path
This commit is contained in:
parent
4ed1ba10cc
commit
6be9cb9dee
2 changed files with 4 additions and 4 deletions
4
src/aclocal.m4
vendored
4
src/aclocal.m4
vendored
|
|
@ -402,7 +402,7 @@ case "${host_os}" in
|
|||
PICFLAG='-fPIC -fno-common'
|
||||
SHARED_LDFLAGS="-dynamiclib -flat_namespace -undefined suppress ${LDFLAGS}"
|
||||
BUNDLE_LDFLAGS="-bundle ${LDFLAGS}"
|
||||
ECL_LDRPATH=''
|
||||
ECL_LDRPATH='-Wl,-rpath,~A'
|
||||
THREAD_CFLAGS='-D_THREAD_SAFE'
|
||||
THREAD_LIBS='-lpthread'
|
||||
# The GMP library has not yet been ported to Intel-OSX
|
||||
|
|
@ -429,7 +429,7 @@ case "${host_os}" in
|
|||
ECL_GC_DIR=bdwgc
|
||||
fi
|
||||
SONAME="${SHAREDPREFIX}ecl.SOVERSION.${SHAREDEXT}"
|
||||
SONAME_LDFLAGS="-Wl,-install_name,@libdir\@/SONAME -Wl,-compatibility_version,${PACKAGE_VERSION}"
|
||||
SONAME_LDFLAGS="-Wl,-install_name,@rpath/SONAME -Wl,-compatibility_version,${PACKAGE_VERSION}"
|
||||
;;
|
||||
nsk*)
|
||||
# HP Non-Stop platform
|
||||
|
|
|
|||
4
src/configure
vendored
4
src/configure
vendored
|
|
@ -5032,7 +5032,7 @@ LSP_FEATURES="(cons :android ${LSP_FEATURES})"
|
|||
PICFLAG='-fPIC -fno-common'
|
||||
SHARED_LDFLAGS="-dynamiclib -flat_namespace -undefined suppress ${LDFLAGS}"
|
||||
BUNDLE_LDFLAGS="-bundle ${LDFLAGS}"
|
||||
ECL_LDRPATH=''
|
||||
ECL_LDRPATH='-Wl,-rpath,~A'
|
||||
THREAD_CFLAGS='-D_THREAD_SAFE'
|
||||
THREAD_LIBS='-lpthread'
|
||||
# The GMP library has not yet been ported to Intel-OSX
|
||||
|
|
@ -5059,7 +5059,7 @@ LSP_FEATURES="(cons :android ${LSP_FEATURES})"
|
|||
ECL_GC_DIR=bdwgc
|
||||
fi
|
||||
SONAME="${SHAREDPREFIX}ecl.SOVERSION.${SHAREDEXT}"
|
||||
SONAME_LDFLAGS="-Wl,-install_name,@libdir\@/SONAME -Wl,-compatibility_version,${PACKAGE_VERSION}"
|
||||
SONAME_LDFLAGS="-Wl,-install_name,@rpath/SONAME -Wl,-compatibility_version,${PACKAGE_VERSION}"
|
||||
;;
|
||||
nsk*)
|
||||
# HP Non-Stop platform
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue