mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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:
parent
b69d1beed4
commit
ac8f3fbe47
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=468838
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue