Fix build with base krb5.

Add an additional CONFIGURE_ARG to allow wireshark to build with base Kerberos.

PR:		227908
Submitted by:	mbeis
This commit is contained in:
Joe Marcus Clarke 2018-05-02 13:37:39 +00:00
parent b69d1beed4
commit ac8f3fbe47
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=468838

View file

@ -103,7 +103,7 @@ DECRYPT_LIB_DEPENDS= libgnutls.so:security/gnutls \
libgcrypt.so:security/libgcrypt
KRB_NONE_CONFIGURE_ON= --without-krb5
KRB_NONE_CONFIGURE_OFF= --with-krb5
KRB_NONE_CONFIGURE_OFF= --with-krb5 --with-krb5-crypto-openssl
KRB_NONE_CONFIGURE_ENV_OFF= KRB5_CONFIG=${KRB5CONFIG}
GTK2_CONFIGURE_ON= --with-gtk=2 --with-qt=no