diff options
author | Black Roland <black-roland@users.noreply.github.com> | 2016-08-31 21:32:34 +0900 |
---|---|---|
committer | Black Roland <black-roland@users.noreply.github.com> | 2016-08-31 21:55:07 +0900 |
commit | cbd4ff7d6bf9c7e61a0f24c6477fbe51f957d477 (patch) | |
tree | c20e8c88d007a731e98b40b465833a6dba5f239c /libs/libsodium | |
parent | 37cde876996a34782d870786e5c59ca04c3458c8 (diff) |
libsodium: removed `--without-pthreads` configire arg (no longer required for musl)
Signed-off-by: Black Roland <black-roland@users.noreply.github.com>
Diffstat (limited to 'libs/libsodium')
-rw-r--r-- | libs/libsodium/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libs/libsodium/Makefile b/libs/libsodium/Makefile index 3cdc56c43..6dacbcb3e 100644 --- a/libs/libsodium/Makefile +++ b/libs/libsodium/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libsodium PKG_VERSION:=1.0.11 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://download.libsodium.org/libsodium/releases @@ -52,7 +52,6 @@ endef CONFIGURE_ARGS+= \ --disable-ssp \ - --without-pthreads \ $(if $(CONFIG_LIBSODIUM_MINIMAL),--enable-minimal=yes,--enable-minimal=no) define Build/InstallDev |