Author: vlendec
Date: 2007-05-18 08:35:01 +0000 (Fri, 18 May 2007)
New Revision: 22994

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

Log:
Fix HP/UX compiler flags by Don McCall. Lets see how the other HP/UX
boxes like this. Thanks, Don!

Modified:
   branches/SAMBA_3_0/source/configure.in
   branches/SAMBA_3_0_26/source/configure.in


Changeset:
Modified: branches/SAMBA_3_0/source/configure.in
===================================================================
--- branches/SAMBA_3_0/source/configure.in      2007-05-18 08:16:50 UTC (rev 
22993)
+++ branches/SAMBA_3_0/source/configure.in      2007-05-18 08:35:01 UTC (rev 
22994)
@@ -1908,10 +1908,11 @@
                        if test "${GCC}" = "yes"; then
                                PICFLAG="-fPIC"
                        else
-                               PICFLAG="+z"
+                               PICFLAG="+z +ESnolit"
                        fi
                        if test "$host_cpu" = "ia64"; then
                                SHLIBEXT="so"
+                             PICFLAG="+z"
                                
DYNEXP="-Wl,-E,+b/usr/local/lib/hpux32:/usr/lib/hpux32"
                        else
                                SHLIBEXT="sl"

Modified: branches/SAMBA_3_0_26/source/configure.in
===================================================================
--- branches/SAMBA_3_0_26/source/configure.in   2007-05-18 08:16:50 UTC (rev 
22993)
+++ branches/SAMBA_3_0_26/source/configure.in   2007-05-18 08:35:01 UTC (rev 
22994)
@@ -1778,10 +1778,11 @@
                        if test "${GCC}" = "yes"; then
                                PICFLAG="-fPIC"
                        else
-                               PICFLAG="+z"
+                               PICFLAG="+z +ESnolit"
                        fi
                        if test "$host_cpu" = "ia64"; then
                                SHLIBEXT="so"
+                             PICFLAG="+z"
                                
DYNEXP="-Wl,-E,+b/usr/local/lib/hpux32:/usr/lib/hpux32"
                        else
                                SHLIBEXT="sl"

Reply via email to