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:
parent
0969ac9e61
commit
3e0efe2383
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user