diff options
author | Björn Gustavsson <[email protected]> | 2017-07-06 11:40:57 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2017-07-06 11:40:57 +0200 |
commit | 4c7d3ed613b202a6abf6748417316da2a688f157 (patch) | |
tree | 1de8495e25055c9b6361882564305f48fba85ea8 /erts/configure.in | |
parent | 777ee8c64b4761c06eb6319c50e606935bb48031 (diff) | |
parent | 049c6f000e283c78838f00ced2acda3d8f6985a7 (diff) | |
download | otp-4c7d3ed613b202a6abf6748417316da2a688f157.tar.gz otp-4c7d3ed613b202a6abf6748417316da2a688f157.tar.bz2 otp-4c7d3ed613b202a6abf6748417316da2a688f157.zip |
Merge branch 'maint'
* maint:
macOS: Fix problems loading crypto
Diffstat (limited to 'erts/configure.in')
-rw-r--r-- | erts/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/configure.in b/erts/configure.in index c2002f6899..2579e39b29 100644 --- a/erts/configure.in +++ b/erts/configure.in @@ -3856,7 +3856,7 @@ case $host_os in darwin*) # Mach-O linker: a shared lib and a loadable # object file is not the same thing. - DED_LDFLAGS="-bundle -flat_namespace -undefined suppress" + DED_LDFLAGS="-bundle -bundle_loader ${ERL_TOP}/bin/$host/beam.smp" case $ARCH in amd64) DED_LDFLAGS="-m64 $DED_LDFLAGS" |