Author: metze
Date: 2007-05-18 09:20:11 +0000 (Fri, 18 May 2007)
New Revision: 22996

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=22996

Log:
merge HPUX compiler flag fixes from SAMBA_3_0

metze
Modified:
   branches/SAMBA_4_0/source/build/m4/check_ld.m4


Changeset:
Modified: branches/SAMBA_4_0/source/build/m4/check_ld.m4
===================================================================
--- branches/SAMBA_4_0/source/build/m4/check_ld.m4      2007-05-18 09:13:07 UTC 
(rev 22995)
+++ branches/SAMBA_4_0/source/build/m4/check_ld.m4      2007-05-18 09:20:11 UTC 
(rev 22996)
@@ -121,13 +121,14 @@
                        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"

Reply via email to