lede-packages-rs

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

commit bc91db0d2ace45da485d55dc89ee65d559338ec5
parent 37cde876996a34782d870786e5c59ca04c3458c8
Author: Ted Hess <thess@kitschensync.net>
Date:   Wed, 31 Aug 2016 09:36:51 -0400

Merge pull request #3115 from black-roland/libsodium

libsodium: re-enable pthreads
Diffstat:
Mlibs/libsodium/Makefile | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git 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