libressl: disable shared libraries, fixes build issues

Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
Felix Fietkau 2016-12-28 01:10:37 +01:00
parent c9c68c7177
commit 2fd5ce9488
1 changed files with 2 additions and 0 deletions

View File

@ -21,4 +21,6 @@ HOST_BUILD_PARALLEL:=1
include $(INCLUDE_DIR)/host-build.mk
HOST_CONFIGURE_ARGS += --disable-shared
$(eval $(call HostBuild))