mirror of
https://github.com/samba-team/samba.git
synced 2025-08-04 08:22:08 +03:00
r25956: Try metze's suggestion for Mac OS X shld flags.
(This used to be commit 5fea6e0d9a
)
This commit is contained in:
committed by
Stefan Metzmacher
parent
85dd023f99
commit
36a1640b27
@ -111,7 +111,7 @@ AC_DEFUN([AC_LD_SHLDFLAGS],
|
|||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
*darwin*)
|
*darwin*)
|
||||||
SHLD_FLAGS="-dynamiclib"
|
SHLD_FLAGS="-bundle -flat_namespace -undefined suppress -Wl,-search_paths_first"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user