From: Volker Lendecke Date: Fri, 18 May 2007 08:35:01 +0000 (+0000) Subject: r22994: Fix HP/UX compiler flags by Don McCall. Lets see how the other HP/UX X-Git-Tag: samba-misc-tags/initial-v3-0-unstable~413 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c53cf972cf35fc344eb40078a1a778260a3de07f;p=thirdparty%2Fsamba.git r22994: Fix HP/UX compiler flags by Don McCall. Lets see how the other HP/UX boxes like this. Thanks, Don! --- diff --git a/source/configure.in b/source/configure.in index db67596f662..c940c8c3d9e 100644 --- a/source/configure.in +++ b/source/configure.in @@ -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"