diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-02-03 13:17:24 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2021-02-03 13:17:24 +0000 |
commit | 16d240c819d777c5a7ab629b4da979b7ea9e0cbb (patch) | |
tree | 26a4f3537bb7979319fb679381162292fa864f9a /sub/dev/Makefile.libressl | |
parent | 417641e2a5cd44eb0eb576b43e52d9efa1910b3d (diff) | |
download | lh-bootstrap-16d240c819d777c5a7ab629b4da979b7ea9e0cbb.tar.gz lh-bootstrap-16d240c819d777c5a7ab629b4da979b7ea9e0cbb.tar.xz lh-bootstrap-16d240c819d777c5a7ab629b4da979b7ea9e0cbb.zip |
fix 5/n
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_* |