Explorar o código

libressl: disable shared libraries, fixes build issues

Signed-off-by: Felix Fietkau <[email protected]>
Felix Fietkau %!s(int64=9) %!d(string=hai) anos
pai
achega
2fd5ce9488
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      tools/libressl/Makefile

+ 2 - 0
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))