aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgrembo <grembo@FreeBSD.org>2014-06-20 21:01:43 +0800
committergrembo <grembo@FreeBSD.org>2014-06-20 21:01:43 +0800
commit4bd7d7c4eee0fec83c541cc318cfc0eb5dad4c7f (patch)
tree7bd6bd5cf7b0bd84ddd4fe37b70ef60a50c728e8
parente4c3591220183b3705ff66c5365483b5f6391c52 (diff)
downloadfreebsd-ports-gnome-4bd7d7c4eee0fec83c541cc318cfc0eb5dad4c7f.tar.gz
freebsd-ports-gnome-4bd7d7c4eee0fec83c541cc318cfc0eb5dad4c7f.tar.zst
freebsd-ports-gnome-4bd7d7c4eee0fec83c541cc318cfc0eb5dad4c7f.zip
Build shared library by default
PR: 191028 Reviewed by: bapt Approved by: bapt
-rw-r--r--security/cryptopp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/cryptopp/Makefile b/security/cryptopp/Makefile
index 9957c3de0502..4b0fca2bbbfa 100644
--- a/security/cryptopp/Makefile
+++ b/security/cryptopp/Makefile
@@ -13,7 +13,7 @@ MAINTAINER= delphij@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