diff options
Diffstat (limited to 'sub/dev/Makefile.libressl')
-rw-r--r-- | sub/dev/Makefile.libressl | 2 |
1 files changed, 1 insertions, 1 deletions
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_* |