From: Mark Andrews Date: Tue, 14 May 2019 03:24:43 +0000 (+1000) Subject: add link flags for ia64-hp-hpux X-Git-Tag: v9.15.1~28^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=61752bf8ac29a5d502a333d48552b5768ac69cdf;p=thirdparty%2Fbind9.git add link flags for ia64-hp-hpux --- diff --git a/configure.ac b/configure.ac index 7ec01abfa44..7a76ace3b1f 100644 --- a/configure.ac +++ b/configure.ac @@ -2604,6 +2604,11 @@ AS_IF([test "$with_dlopen" = "yes"], SO_LDFLAGS="-G -z text" SO_LD="ld" ], + [ia64-hp-hpux*],[ + SO_CFLAGS="+z" + SO_LDFLAGS="-b" + SO_LD="${CC}" + ], [ SO_CFLAGS="-fPIC" ])