]> 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 01:29:51 +0000 (11:29 +1000)
(cherry picked from commit 61752bf8ac29a5d502a333d48552b5768ac69cdf)

configure.ac

index 18cfed24c170aeb2c108ebbd80c256fb1a05392c..f19f6871c9fc7378cbe378ebae2cf3bf389c8dff 100644 (file)
@@ -5146,6 +5146,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"
               ])