diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-12-17 17:40:57 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:51:14 +0100 |
commit | 93378b9893235596f2c88144e17a5809fefe5bc7 (patch) | |
tree | a5aed3ec679e2897fc9ccdeaa93322abbbdc6bb3 /source4/lib/replace | |
parent | e33749af5bb339fbb4b371ad6f5f131299e1fdec (diff) | |
download | samba-93378b9893235596f2c88144e17a5809fefe5bc7.tar.gz samba-93378b9893235596f2c88144e17a5809fefe5bc7.tar.bz2 samba-93378b9893235596f2c88144e17a5809fefe5bc7.zip |
r26510: attempt to fix shld flags for darwin.
(This used to be commit 5dbe3aff3c34f64f35f1e13a11c60c5023348919)
Diffstat (limited to 'source4/lib/replace')
-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 a2e43bbe13..2652f89cb6 100644 --- a/source4/lib/replace/libreplace_ld.m4 +++ b/source4/lib/replace/libreplace_ld.m4 @@ -142,7 +142,7 @@ AC_DEFUN([AC_LIBREPLACE_LD_SHLIB_FLAGS], LD_SHLIB_FLAGS="-shared" ;; *darwin*) - LD_SHLIB_FLAGS="-bundle -flat_namespace -Wl,-search_paths_first" + LD_SHLIB_FLAGS="-bundle -dynamiclib -Wl,-search_paths_first" ;; esac |