diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/libressl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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)) |