3669. [port] freebsd: --with-gssapi needs -lhx509. [RT #35001]

(cherry picked from commit b564c8503d4377f6b423fcd67a5ce60798d8123e)
This commit is contained in:
Mark Andrews
2013-11-12 11:38:06 +11:00
parent 2b478ef664
commit a5be0bbbe4
3 changed files with 4 additions and 0 deletions

View File

@@ -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]

1
configure vendored
View File

@@ -14439,6 +14439,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

View File

@@ -1013,6 +1013,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