Browse Source

Merge pull request #3115 from black-roland/libsodium

libsodium: re-enable pthreads
lilik-openwrt-22.03
Ted Hess 8 years ago
committed by GitHub
parent
commit
bc91db0d2a
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      libs/libsodium/Makefile

+ 1
- 2
libs/libsodium/Makefile View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=libsodium PKG_NAME:=libsodium
PKG_VERSION:=1.0.11 PKG_VERSION:=1.0.11
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://download.libsodium.org/libsodium/releases PKG_SOURCE_URL:=https://download.libsodium.org/libsodium/releases
@ -52,7 +52,6 @@ endef
CONFIGURE_ARGS+= \ CONFIGURE_ARGS+= \
--disable-ssp \ --disable-ssp \
--without-pthreads \
$(if $(CONFIG_LIBSODIUM_MINIMAL),--enable-minimal=yes,--enable-minimal=no) $(if $(CONFIG_LIBSODIUM_MINIMAL),--enable-minimal=yes,--enable-minimal=no)
define Build/InstallDev define Build/InstallDev


Loading…
Cancel
Save