aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs
diff options
context:
space:
mode:
authorEneas U de Queiroz <cotequeiroz@gmail.com>2020-12-06 23:43:47 -0300
committerPetr Štetiar <ynezz@true.cz>2020-12-11 13:48:24 +0100
commit4e8a0014aa87645994382c7619e9181922f15aa4 (patch)
treecdfa3ce72015be6870714bb16ae0b5e2c9d944a9 /package/libs
parent81df64557239e2dd363d7bd9b7a491c65597f6cb (diff)
downloadupstream-4e8a0014aa87645994382c7619e9181922f15aa4.tar.gz
upstream-4e8a0014aa87645994382c7619e9181922f15aa4.tar.bz2
upstream-4e8a0014aa87645994382c7619e9181922f15aa4.zip
wolfssl: add lighty support, skip crypttests
Tnis adds the --enable-lighty option to configure, enabling the minimum API needed to run lighttpd, in the packages feed. Size increase is about 120 bytes for arm_cortex-a9_vfpv3-d16. While at it, speed up build by disabling crypt bench/test. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
Diffstat (limited to 'package/libs')
-rw-r--r--package/libs/wolfssl/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/package/libs/wolfssl/Makefile b/package/libs/wolfssl/Makefile
index dc8ca2b262..4b891d634a 100644
--- a/package/libs/wolfssl/Makefile
+++ b/package/libs/wolfssl/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=wolfssl
PKG_VERSION:=4.5.0-stable
-PKG_RELEASE:=2
+PKG_RELEASE:=3
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://github.com/wolfSSL/wolfssl/archive/v$(PKG_VERSION)
@@ -61,9 +61,11 @@ TARGET_LDFLAGS += -flto
# --enable-stunnel needed for OpenSSL API compatibility bits
CONFIGURE_ARGS += \
+ --enable-lighty \
--enable-opensslextra \
--enable-sni \
--enable-stunnel \
+ --disable-crypttests \
--disable-examples \
--disable-jobserver \
--$(if $(CONFIG_IPV6),enable,disable)-ipv6 \