libsodium: removed `--without-pthreads` configire arg (no longer required for musl)
authorBlack Roland <redacted>
Wed, 31 Aug 2016 12:32:34 +0000 (21:32 +0900)
committerBlack Roland <redacted>
Wed, 31 Aug 2016 12:55:07 +0000 (21:55 +0900)
Signed-off-by: Black Roland <redacted>
libs/libsodium/Makefile

index 3cdc56c43d938ad3a547cb0e1057555e41b6f875..6dacbcb3e60b0a0f13c7e1d4f9bac915d791125a 100644 (file)
@@ -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
git clone https://git.99rst.org/PROJECT