diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-11-14 22:46:29 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:45:17 +0100 |
commit | 36a1640b277c88c6725b8325e43e309a20e7a94f (patch) | |
tree | 8b07005e38a431485ff537a696288b7c4472aacb | |
parent | 85dd023f9900dbb256eda44220a37e04ed192395 (diff) | |
download | samba-36a1640b277c88c6725b8325e43e309a20e7a94f.tar.gz samba-36a1640b277c88c6725b8325e43e309a20e7a94f.tar.bz2 samba-36a1640b277c88c6725b8325e43e309a20e7a94f.zip |
r25956: Try metze's suggestion for Mac OS X shld flags.
(This used to be commit 5fea6e0d9ae671ea00292b66a2608b3ee954f917)
-rw-r--r-- | source4/lib/replace/libreplace_ld.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/replace/libreplace_ld.m4 b/source4/lib/replace/libreplace_ld.m4 index 7a37b1b23b..3a476dc90b 100644 --- a/source4/lib/replace/libreplace_ld.m4 +++ b/source4/lib/replace/libreplace_ld.m4 @@ -111,7 +111,7 @@ AC_DEFUN([AC_LD_SHLDFLAGS], fi ;; *darwin*) - SHLD_FLAGS="-dynamiclib" + SHLD_FLAGS="-bundle -flat_namespace -undefined suppress -Wl,-search_paths_first" ;; esac |