From a63540eb232cb5d9e91d0efc856f9784a31bb83c Mon Sep 17 00:00:00 2001 From: Damiano Renfer Date: Sun, 21 Sep 2014 10:14:12 +0200 Subject: [PATCH 1/2] 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 From 2bceca6bf2c75f40c3f51ed830c444165e2a5b0c Mon Sep 17 00:00:00 2001 From: Damiano Renfer Date: Sun, 21 Sep 2014 17:12:46 +0200 Subject: [PATCH 2/2] libs/libsodium: updated minimal prompt, PKG_RELEASE++ Signed-off-by: Damiano Renfer damiano.renfer@gmail.com --- libs/libsodium/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/libsodium/Makefile b/libs/libsodium/Makefile index 82b1613a4..1c0039d35 100644 --- a/libs/libsodium/Makefile +++ b/libs/libsodium/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libsodium PKG_VERSION:=0.7.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz @@ -46,7 +46,7 @@ endef define Package/libsodium/config menu "Configuration" config LIBSODIUM_MINIMAL - bool "Create a smaller library" + bool "Compile only what is required for the high-level API (no aes128ctr), should be fine in most cases." default y endmenu endef