From 16d240c819d777c5a7ab629b4da979b7ea9e0cbb Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Wed, 3 Feb 2021 13:17:24 +0000 Subject: fix 5/n --- sub/dev/Makefile.libressl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sub/dev/Makefile.libressl') diff --git a/sub/dev/Makefile.libressl b/sub/dev/Makefile.libressl index afdc671..c7f6254 100644 --- a/sub/dev/Makefile.libressl +++ b/sub/dev/Makefile.libressl @@ -1,6 +1,6 @@ LIBRESSL_VERSION ?= 3.2.3 -LIBRESSL_MAKE_STATIC := $(if $(filter true,$(BUILD_HOST_STATIC)),LDFLAGS="-s -static",LDFLAGS=-s) +LIBRESSL_MAKE_STATIC := $(if $(filter true,$(BUILD_HOST_STATIC)),LDFLAGS="-s -all-static",LDFLAGS=-s) clean-libressl: rm -f $(OUTPUT)/build-host/.lh_libressl_* -- cgit v1.3.1