We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a86c76 commit 56c9245Copy full SHA for 56c9245
1 file changed
configure.ac
@@ -720,7 +720,7 @@ AS_CASE([$host],
720
[darwin9.8.*], [], dnl Leopard doesn't like -no_pie
721
[SHLIB_MAIN_LDFLAGS="-Wl,-no_pie"])
722
SHLIB_SO_CFLAGS="-no-cpp-precomp -fPIC -fno-common"
723
- SHLIB_SO_LDFLAGS="-bundle $FLAT_NAMESPACE -undefined suppress -o"
+ SHLIB_SO_LDFLAGS="-bundle $FLAT_NAMESPACE -undefined dynamic_lookup -o"
724
SHLIB_SO_SUFFIX="so"
725
SHLIB_DYLIB_LDFLAGS='-framework CoreServices -framework CoreFoundation -dynamiclib -o'
726
AS_IF([test "$ac_gauche_framework" = yes], [
0 commit comments