mirror of
https://github.com/samba-team/samba.git
synced 2025-03-01 04:58:35 +03:00
r22996: merge HPUX compiler flag fixes from SAMBA_3_0
metze (This used to be commit 9a9376d902bd946e6613ff9d3c37b344dfd207cf)
This commit is contained in:
parent
ac5cd254fa
commit
23026646e1
@ -121,13 +121,14 @@ case "$host_os" in
|
||||
BLDSHARED="true"
|
||||
SHLD_FLAGS="-b -Wl,-B,symbolic,-b,-z"
|
||||
SONAMEFLAG="-Wl,+h "
|
||||
PICFLAG="+z"
|
||||
PICFLAG="+z +ESnolit"
|
||||
elif test "${GCC}" = "yes"; then
|
||||
BLDSHARED="true" # I hope this is correct
|
||||
PICFLAG="-fPIC"
|
||||
fi
|
||||
if test "$host_cpu" = "ia64"; then
|
||||
SHLIBEXT="so"
|
||||
PICFLAG="+z"
|
||||
LDFLAGS="$LDFLAGS -Wl,-E,+b/usr/local/lib/hpux32:/usr/lib/hpux32"
|
||||
else
|
||||
SHLIBEXT="sl"
|
||||
|
Loading…
x
Reference in New Issue
Block a user