1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-23 09:57:40 +03:00

r25945: Fix flags for MacOS X.

(This used to be commit b01303b5677b03c1d3cc6f219d4c461726613767)
This commit is contained in:
Jelmer Vernooij 2007-11-14 01:07:39 +01:00 committed by Stefan Metzmacher
parent 0969ac9e61
commit 3e0efe2383

View File

@ -67,6 +67,7 @@ case "$host_os" in
PICFLAG="-KPIC"
;;
*darwin*)
PICFLAG="-fno-common"
;;
esac
AC_SUBST(PICFLAG)
@ -166,7 +167,7 @@ AC_DEFUN([AC_LD_SONAMEFLAG],
SONAMEFLAG="-Wl,-soname,"
;;
*darwin*)
SONAMEFLAG="-install_name "
SONAMEFLAG="-compatibility_version "
;;
*aix*)
# Not supported