From 2fd5ce9488d11c7e6eee7dc30f128bd12be889f5 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 28 Dec 2016 01:10:37 +0100 Subject: [PATCH] libressl: disable shared libraries, fixes build issues Signed-off-by: Felix Fietkau --- tools/libressl/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/libressl/Makefile b/tools/libressl/Makefile index 27f8496fdb..1e3a6f80fb 100644 --- a/tools/libressl/Makefile +++ b/tools/libressl/Makefile @@ -21,4 +21,6 @@ HOST_BUILD_PARALLEL:=1 include $(INCLUDE_DIR)/host-build.mk +HOST_CONFIGURE_ARGS += --disable-shared + $(eval $(call HostBuild)) -- 2.30.2