mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
Try to fix the build on some HPUX machines.
git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_4_0@25875 0c0555d6-39d7-0310-84fc-f1cc0bd64818
This commit is contained in:
parent
7646f4b284
commit
8d1f54f45d
@ -98,9 +98,7 @@ AC_DEFUN([AC_LD_SHLDFLAGS],
|
||||
SHLD_FLAGS="-Wl,-G,-bexpall,-bbigtoc"
|
||||
;;
|
||||
*hpux*)
|
||||
if test $ac_cv_prog_cc_Ae = yes; then
|
||||
SHLD_FLAGS="-b -Wl,-B,symbolic,-b,-z"
|
||||
fi
|
||||
SHLD_FLAGS="-b -Wl,-B,symbolic,-b,-z"
|
||||
;;
|
||||
*darwin*)
|
||||
SHLD_FLAGS="-bundle -flat_namespace -undefined suppress"
|
||||
|
Loading…
Reference in New Issue
Block a user