Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 May 2018 13:37:39 +0000 (UTC)
From:      Joe Marcus Clarke <marcus@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r468838 - head/net/wireshark
Message-ID:  <201805021337.w42Dbd4X052644@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805021337.w42Dbd4X052644>