commit | 4fe448ddf9b174eec3a25619621a8e1b045c72ec | [log] [tgz] |
---|---|---|
author | Emmanuel Maillard <e.rsz@libertysurf.fr> | Tue Mar 01 10:46:27 2005 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Mar 01 10:46:27 2005 +0000 |
tree | 1d9717a859003c6b48c78c86334ab21753526351 | |
parent | 6d582fed503ebe1eefb6dba8c3b5050444f583f2 [diff] [blame] |
Add '-read_only_relocs warning' to LDDLLFLAGS on Darwin.
diff --git a/configure b/configure index 508d028..26e961f 100755 --- a/configure +++ b/configure
@@ -14109,7 +14109,7 @@ if test "$ac_cv_c_dll_macho" = "yes" then LIBEXT="dylib" - LDDLLFLAGS="-bundle -flat_namespace -undefined suppress" + LDDLLFLAGS="-bundle -flat_namespace -undefined suppress -read_only_relocs warning" LDSHARED="\$(CC) -dynamiclib" CFLAGS="$CFLAGS -ffixed-r13 -no-cpp-precomp" STRIP="$STRIP -u -r"