Commit 4fe448dd authored by Emmanuel Maillard's avatar Emmanuel Maillard Committed by Alexandre Julliard

Add '-read_only_relocs warning' to LDDLLFLAGS on Darwin.

parent 6d582fed
...@@ -14109,7 +14109,7 @@ echo "${ECHO_T}$ac_cv_c_dll_macho" >&6 ...@@ -14109,7 +14109,7 @@ echo "${ECHO_T}$ac_cv_c_dll_macho" >&6
if test "$ac_cv_c_dll_macho" = "yes" if test "$ac_cv_c_dll_macho" = "yes"
then then
LIBEXT="dylib" LIBEXT="dylib"
LDDLLFLAGS="-bundle -flat_namespace -undefined suppress" LDDLLFLAGS="-bundle -flat_namespace -undefined suppress -read_only_relocs warning"
LDSHARED="\$(CC) -dynamiclib" LDSHARED="\$(CC) -dynamiclib"
CFLAGS="$CFLAGS -ffixed-r13 -no-cpp-precomp" CFLAGS="$CFLAGS -ffixed-r13 -no-cpp-precomp"
STRIP="$STRIP -u -r" STRIP="$STRIP -u -r"
......
...@@ -1005,7 +1005,7 @@ case $host_os in ...@@ -1005,7 +1005,7 @@ case $host_os in
if test "$ac_cv_c_dll_macho" = "yes" if test "$ac_cv_c_dll_macho" = "yes"
then then
LIBEXT="dylib" LIBEXT="dylib"
LDDLLFLAGS="-bundle -flat_namespace -undefined suppress" LDDLLFLAGS="-bundle -flat_namespace -undefined suppress -read_only_relocs warning"
LDSHARED="\$(CC) -dynamiclib" LDSHARED="\$(CC) -dynamiclib"
CFLAGS="$CFLAGS -ffixed-r13 -no-cpp-precomp" CFLAGS="$CFLAGS -ffixed-r13 -no-cpp-precomp"
STRIP="$STRIP -u -r" STRIP="$STRIP -u -r"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment