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 1b3b3a1cb0
commit f87ecbd2d4
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

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

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