mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-24 15:47:18 -04:00
regen
This commit is contained in:
parent
61752bf8ac
commit
92325d3150
1 changed files with 6 additions and 0 deletions
6
configure
vendored
6
configure
vendored
|
|
@ -20609,6 +20609,12 @@ fi
|
|||
SO_LDFLAGS="-G -z text"
|
||||
SO_LD="ld"
|
||||
;; #(
|
||||
ia64-hp-hpux*) :
|
||||
|
||||
SO_CFLAGS="+z"
|
||||
SO_LDFLAGS="-b"
|
||||
SO_LD="${CC}"
|
||||
;; #(
|
||||
*) :
|
||||
|
||||
SO_CFLAGS="-fPIC"
|
||||
|
|
|
|||
Loading…
Reference in a new issue