We shouldn't use flat namespace for dlls on Mac OS. Also don't hide

undefined symbol errors.
This commit is contained in:
Alexandre Julliard 2005-09-03 15:43:53 +00:00
parent 2aa9e201b2
commit 62d00477de
2 changed files with 2 additions and 2 deletions

2
configure vendored
View file

@ -12745,7 +12745,7 @@ echo "${ECHO_T}$ac_cv_c_dll_macho" >&6
if test "$ac_cv_c_dll_macho" = "yes"
then
LIBEXT="dylib"
LDDLLFLAGS="-bundle -flat_namespace -undefined suppress -read_only_relocs warning"
LDDLLFLAGS="-bundle -read_only_relocs warning"
LDSHARED="\$(CC) -dynamiclib"
CFLAGS="$CFLAGS -ffixed-r13 -no-cpp-precomp"
STRIP="$STRIP -u -r"

View file

@ -1005,7 +1005,7 @@ case $host_os in
if test "$ac_cv_c_dll_macho" = "yes"
then
LIBEXT="dylib"
LDDLLFLAGS="-bundle -flat_namespace -undefined suppress -read_only_relocs warning"
LDDLLFLAGS="-bundle -read_only_relocs warning"
LDSHARED="\$(CC) -dynamiclib"
CFLAGS="$CFLAGS -ffixed-r13 -no-cpp-precomp"
STRIP="$STRIP -u -r"