From: Damiano Renfer Date: Sun, 21 Sep 2014 08:14:12 +0000 (+0200) Subject: libs/libsodium: updated LIBSODIUM_MINIMAL default=y. See jedisct1/dnscrypt-proxy#144 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=a63540eb232cb5d9e91d0efc856f9784a31bb83c;p=openwrt-packages.git libs/libsodium: updated LIBSODIUM_MINIMAL default=y. See jedisct1/dnscrypt-proxy#144 Signed-off-by: Damiano Renfer --- diff --git a/libs/libsodium/Makefile b/libs/libsodium/Makefile index 77230a621..82b1613a4 100644 --- a/libs/libsodium/Makefile +++ b/libs/libsodium/Makefile @@ -47,7 +47,7 @@ define Package/libsodium/config menu "Configuration" config LIBSODIUM_MINIMAL bool "Create a smaller library" - default n + default y endmenu endef