svn commit: r468838 - head/net/wireshark

Joe Marcus Clarke marcus at FreeBSD.org
Wed May 2 13:37:39 UTC 2018


Author: marcus
Date: Wed May  2 13:37:39 2018
New Revision: 468838
URL: https://svnweb.freebsd.org/changeset/ports/468838

Log:
  Fix build with base krb5.
  
  Add an additional CONFIGURE_ARG to allow wireshark to build with base Kerberos.
  
  PR:		227908
  Submitted by:	mbeis

Modified:
  head/net/wireshark/Makefile

Modified: head/net/wireshark/Makefile
==============================================================================
--- head/net/wireshark/Makefile	Wed May  2 13:36:21 2018	(r468837)
+++ head/net/wireshark/Makefile	Wed May  2 13:37:39 2018	(r468838)
@@ -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


More information about the svn-ports-all mailing list