]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
3669. [port] freebsd: --with-gssapi needs -lhx509. [RT #35001]
authorMark Andrews <marka@isc.org>
Tue, 12 Nov 2013 00:40:20 +0000 (11:40 +1100)
committerMark Andrews <marka@isc.org>
Tue, 12 Nov 2013 00:40:20 +0000 (11:40 +1100)
CHANGES
configure
configure.in

diff --git a/CHANGES b/CHANGES
index 86bdfaa33000be1c20e264fe3991e2f0eb085d5f..de3810bf93717d47b1209e5bd0103180f5c13178 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+3669.  [port]          freebsd: --with-gssapi needs -lhx509. [RT #35001]
+
 3668.  [bug]           Fix cast in lex.c which could see 0xff treated as eof.
                        [RT #34993]
 
index 624b014569ae13473c51e482269cb6777a7f6f46..6d354156828d03eb9450088a77046f0343122e37 100755 (executable)
--- a/configure
+++ b/configure
@@ -14875,6 +14875,7 @@ done
                    "-lgssapi" \
                    "-lgssapi -lkrb5 -ldes -lcrypt -lasn1 -lroken -lcom_err" \
                    "-lgssapi -lkrb5 -lcrypto -lcrypt -lasn1 -lroken -lcom_err" \
+                   "-lgssapi -lkrb5 -lhx509 -lcrypto -lcrypt -lasn1 -lroken -lcom_err" \
                    "-lgss -lkrb5"
                do
                    # Note that this does not include $saved_libs, because
index a9fec46ad51057621d3423d2b6d3acf169e8f8a7..1b7a17dd953dc2e0236c333c37f06c396b82377a 100644 (file)
@@ -1171,6 +1171,7 @@ case "$use_gssapi" in
                    "-lgssapi" \
                    "-lgssapi -lkrb5 -ldes -lcrypt -lasn1 -lroken -lcom_err" \
                    "-lgssapi -lkrb5 -lcrypto -lcrypt -lasn1 -lroken -lcom_err" \
+                   "-lgssapi -lkrb5 -lhx509 -lcrypto -lcrypt -lasn1 -lroken -lcom_err" \
                    "-lgss -lkrb5"
                do
                    # Note that this does not include $saved_libs, because