lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 5958b72542fca612c83cf83b8da6e6a4472e8c61
parent b1c1b9158147e99dfae4a29af54b1735ff1a6140
Author: Ted Hess <thess@kitschensync.net>
Date:   Mon, 29 Aug 2016 11:39:50 -0400

Merge pull request #3107 from black-roland/libsodium

libsodium: Updated to latest version (1.0.11)
Diffstat:
Mlibs/libsodium/Makefile | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/libs/libsodium/Makefile b/libs/libsodium/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libsodium -PKG_VERSION:=1.0.10 +PKG_VERSION:=1.0.11 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://download.libsodium.org/libsodium/releases -PKG_MD5SUM:=ea89dcbbda0b2b6ff6a1c476231870dd +PKG_MD5SUM:=b58928d035064b2a46fb564937b83540 PKG_FIXUP:=libtool autoreconf PKG_USE_MIPS16:=0 @@ -52,6 +52,7 @@ endef CONFIGURE_ARGS+= \ --disable-ssp \ + --without-pthreads \ $(if $(CONFIG_LIBSODIUM_MINIMAL),--enable-minimal=yes,--enable-minimal=no) define Build/InstallDev