diff options
author | Black Roland <black-roland@users.noreply.github.com> | 2016-08-14 00:26:10 +0900 |
---|---|---|
committer | Black Roland <black-roland@users.noreply.github.com> | 2016-08-29 18:25:30 +0900 |
commit | 4f5dd0cda7b3bea7a0e12fd750ebefb5fd17ec49 (patch) | |
tree | 3709e285160552def144d9d16c70e7f8d6ac9277 /libs/libsodium | |
parent | 5ae3447d2c708a9f15979c79fc3e6db45545a0a9 (diff) |
libsodium: Updated to latest version (1.0.11)
Signed-off-by: Black Roland <black-roland@users.noreply.github.com>
Diffstat (limited to 'libs/libsodium')
-rw-r--r-- | libs/libsodium/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libs/libsodium/Makefile b/libs/libsodium/Makefile index dc75b4358..3cdc56c43 100644 --- 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 |