]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
regen
authorMark Andrews <marka@isc.org>
Tue, 14 May 2019 03:25:43 +0000 (13:25 +1000)
committerMark Andrews <marka@isc.org>
Thu, 30 May 2019 01:29:51 +0000 (11:29 +1000)
(cherry picked from commit 92325d3150a9d25fe4d03034b5d4a6934c1957d3)

configure

index 080f37da25df59aeabb1c6fd059d1ca1a32eb357..58b177f3bc079f2e80400aba5a7ca3d7de570166 100755 (executable)
--- a/configure
+++ b/configure
                 SO_LDFLAGS="-G -z text"
                 SO_LD="ld"
                ;; #(
+  ia64-hp-hpux*) :
+
+                SO_CFLAGS="+z"
+                SO_LDFLAGS="-b"
+                SO_LD="${CC}"
+               ;; #(
   *) :
 
                 SO_CFLAGS="-fPIC"