svn commit: r395671 - head/security/krb5

Cy Schubert cy at FreeBSD.org
Mon Aug 31 13:01:53 UTC 2015


Author: cy
Date: Mon Aug 31 13:01:52 2015
New Revision: 395671
URL: https://svnweb.freebsd.org/changeset/ports/395671

Log:
  Remove configuration argument used during testing.

Modified:
  head/security/krb5/Makefile

Modified: head/security/krb5/Makefile
==============================================================================
--- head/security/krb5/Makefile	Mon Aug 31 12:56:30 2015	(r395670)
+++ head/security/krb5/Makefile	Mon Aug 31 13:01:52 2015	(r395671)
@@ -30,7 +30,6 @@ USES=			cpe gettext gmake perl5 libtool:
 			gssapi:bootstrap,mit
 CONFIGURE_ARGS?=	--enable-shared --without-system-verto \
 			--disable-rpath --localstatedir="${PREFIX}/var"
-CONFIGURE_ARGS+=	--disable-thread-support
 CONFIGURE_ENV=		INSTALL="${INSTALL}" INSTALL_LIB="${INSTALL_LIB}" YACC="${YACC}"
 MAKE_ARGS=		INSTALL="${INSTALL}" INSTALL_LIB="${INSTALL_LIB}"
 


More information about the svn-ports-head mailing list