From a63540eb232cb5d9e91d0efc856f9784a31bb83c Mon Sep 17 00:00:00 2001 From: Damiano Renfer Date: Sun, 21 Sep 2014 10:14:12 +0200 Subject: [PATCH] libs/libsodium: updated LIBSODIUM_MINIMAL default=y. See jedisct1/dnscrypt-proxy#144 Signed-off-by: Damiano Renfer --- libs/libsodium/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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