From 1e845a983ade07bfb9a49292af58da4cc1ba90c2 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Fri, 18 May 2007 08:35:01 +0000 Subject: r22994: Fix HP/UX compiler flags by Don McCall. Lets see how the other HP/UX boxes like this. Thanks, Don! (This used to be commit c53cf972cf35fc344eb40078a1a778260a3de07f) --- source3/configure.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3/configure.in') diff --git a/source3/configure.in b/source3/configure.in index db67596f66..c940c8c3d9 100644 --- a/source3/configure.in +++ b/source3/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" -- cgit