]> 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 00:11:21 +0000 (20:11 -0400)
configure

index 3445c8262c0df5cca4d4c44f11b211d92210d99d..76fbe0ce42dae3e38e6f37d61e9559f6453229e4 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"