Skip to content

Commit 56c9245

Browse files
committed
Replace -undefined suppress for dynamic_lookup
Fixes #1070
1 parent 3a86c76 commit 56c9245

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,7 @@ AS_CASE([$host],
720720
[darwin9.8.*], [], dnl Leopard doesn't like -no_pie
721721
[SHLIB_MAIN_LDFLAGS="-Wl,-no_pie"])
722722
SHLIB_SO_CFLAGS="-no-cpp-precomp -fPIC -fno-common"
723-
SHLIB_SO_LDFLAGS="-bundle $FLAT_NAMESPACE -undefined suppress -o"
723+
SHLIB_SO_LDFLAGS="-bundle $FLAT_NAMESPACE -undefined dynamic_lookup -o"
724724
SHLIB_SO_SUFFIX="so"
725725
SHLIB_DYLIB_LDFLAGS='-framework CoreServices -framework CoreFoundation -dynamiclib -o'
726726
AS_IF([test "$ac_gauche_framework" = yes], [

0 commit comments

Comments
 (0)