From: Mark Andrews Date: Tue, 12 Nov 2013 00:40:20 +0000 (+1100) Subject: 3669. [port] freebsd: --with-gssapi needs -lhx509. [RT #35001] X-Git-Tag: v9.10.0a1~26 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=77cf489a5fad28089cd9c2635a9b2494627545e1;p=thirdparty%2Fbind9.git 3669. [port] freebsd: --with-gssapi needs -lhx509. [RT #35001] --- diff --git a/CHANGES b/CHANGES index 86bdfaa3300..de3810bf937 100644 --- 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] diff --git a/configure b/configure index 624b014569a..6d354156828 100755 --- 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 diff --git a/configure.in b/configure.in index a9fec46ad51..1b7a17dd953 100644 --- a/configure.in +++ b/configure.in @@ -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