libressl: disable shared libraries, fixes build issues
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
c9c68c7177
commit
2fd5ce9488
1 changed files with 2 additions and 0 deletions
|
@ -21,4 +21,6 @@ HOST_BUILD_PARALLEL:=1
|
|||
|
||||
include $(INCLUDE_DIR)/host-build.mk
|
||||
|
||||
HOST_CONFIGURE_ARGS += --disable-shared
|
||||
|
||||
$(eval $(call HostBuild))
|
||||
|
|
Loading…
Reference in a new issue