]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
add link flags for ia64-hp-hpux
authorMark Andrews <marka@isc.org>
Tue, 14 May 2019 03:24:43 +0000 (13:24 +1000)
committerMark Andrews <marka@isc.org>
Thu, 30 May 2019 00:11:21 +0000 (20:11 -0400)
configure.ac

index 7ec01abfa44f62dcea38eb959eafe32e50995811..7a76ace3b1f3681aeb3463f22977fa6115b6661e 100644 (file)
@@ -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"
               ])