diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-11-15 10:20:55 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:45:20 +0100 |
commit | 04cf937b8de8b055767b87965a996e3c7741d266 (patch) | |
tree | acdb7e66a845d8d6b9d769dcea89108d305bc33b /source4 | |
parent | f6312d1b5a55bedbed2d5bd85537663445ec2daf (diff) | |
download | samba-04cf937b8de8b055767b87965a996e3c7741d266.tar.gz samba-04cf937b8de8b055767b87965a996e3c7741d266.tar.bz2 samba-04cf937b8de8b055767b87965a996e3c7741d266.zip |
r25963: libreplace: samba3 doesn't use SONAMEFLAG on Mac OS 10, so also try this
metze
(This used to be commit e145accfc25c04597c786e0bddbaf37e0d493863)
Diffstat (limited to 'source4')
-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 3a476dc90b..506933ce31 100644 --- a/source4/lib/replace/libreplace_ld.m4 +++ b/source4/lib/replace/libreplace_ld.m4 @@ -172,7 +172,7 @@ AC_DEFUN([AC_LD_SONAMEFLAG], SONAMEFLAG="-Wl,-soname," ;; *darwin*) - SONAMEFLAG="-compatibility_version " + SONAMEFLAG="#" ;; *aix*) # Not supported |