svn commit: r528722 - head/security/krb5-appl

Cy Schubert cy at FreeBSD.org
Thu Mar 19 12:32:41 UTC 2020


Author: cy
Date: Thu Mar 19 12:32:39 2020
New Revision: 528722
URL: https://svnweb.freebsd.org/changeset/ports/528722

Log:
  --enable-shared is no longer configure option.
  
  PR:		244812
  Reported by:	John Hein <jcfyecrayz at liamekaens.com>

Modified:
  head/security/krb5-appl/Makefile   (contents, props changed)

Modified: head/security/krb5-appl/Makefile
==============================================================================
--- head/security/krb5-appl/Makefile	Thu Mar 19 12:32:35 2020	(r528721)
+++ head/security/krb5-appl/Makefile	Thu Mar 19 12:32:39 2020	(r528722)
@@ -25,7 +25,7 @@ GNU_CONFIGURE=		yes
 USE_PERL5=		build
 USE_LDCONFIG=		yes
 USE_CSTD=		gnu89
-CONFIGURE_ARGS?=	--enable-shared --with-krb5=${KRB5_HOME}
+CONFIGURE_ARGS?=	--with-krb5=${KRB5_HOME}
 CONFIGURE_ENV=		INSTALL="${INSTALL}" YACC=/usr/bin/yacc
 MAKE_ARGS=		INSTALL="${INSTALL}"
 PATCH_DIST_STRIP=	-p1


More information about the svn-ports-all mailing list