]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
r22994: Fix HP/UX compiler flags by Don McCall. Lets see how the other HP/UX
authorVolker Lendecke <vlendec@samba.org>
Fri, 18 May 2007 08:35:01 +0000 (08:35 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:22:13 +0000 (12:22 -0500)
boxes like this. Thanks, Don!
(This used to be commit c53cf972cf35fc344eb40078a1a778260a3de07f)

source3/configure.in

index db67596f66214a4df5db78d1ee77919738527d36..c940c8c3d9e8aa081700fba310178564e4325dcd 100644 (file)
@@ -1908,10 +1908,11 @@ case "$host_os" in
                        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"