svn commit: r358570 - head/security/cryptopp

Michael Gmelin grembo at FreeBSD.org
Fri Jun 20 13:01:44 UTC 2014


Author: grembo
Date: Fri Jun 20 13:01:43 2014
New Revision: 358570
URL: http://svnweb.freebsd.org/changeset/ports/358570
QAT: https://qat.redports.org/buildarchive/r358570/

Log:
  Build shared library by default
  
  PR:		191028
  Reviewed by:	bapt
  Approved by:	bapt

Modified:
  head/security/cryptopp/Makefile

Modified: head/security/cryptopp/Makefile
==============================================================================
--- head/security/cryptopp/Makefile	Fri Jun 20 12:59:12 2014	(r358569)
+++ head/security/cryptopp/Makefile	Fri Jun 20 13:01:43 2014	(r358570)
@@ -13,7 +13,7 @@ MAINTAINER=		delphij at FreeBSD.org
 COMMENT=		Free C++ class library of Cryptographic Primitives
 
 OPTIONS_DEFINE=		DEBUG DOCS GCC STATIC THREADS
-OPTIONS_DEFAULT=	STATIC THREADS
+OPTIONS_DEFAULT=	THREADS
 STATIC_DESC=		Build static version only (no shared libs)
 GCC_DESC=		Build with current GCC
 


More information about the svn-ports-head mailing list