diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-12-28 01:10:37 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-12-28 01:22:26 +0100 |
commit | 2fd5ce9488d11c7e6eee7dc30f128bd12be889f5 (patch) | |
tree | e0887d3b4c385ad57bab133edf8885d369b61a11 /tools | |
parent | c9c68c717769a7560b46fd77d050b08ffb94f241 (diff) | |
download | upstream-2fd5ce9488d11c7e6eee7dc30f128bd12be889f5.tar.gz upstream-2fd5ce9488d11c7e6eee7dc30f128bd12be889f5.tar.bz2 upstream-2fd5ce9488d11c7e6eee7dc30f128bd12be889f5.zip |
libressl: disable shared libraries, fixes build issues
Signed-off-by: Felix Fietkau <nbd@nbd.name>
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)) |