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 3c10d79..e62baaa 100644 --- a/sub/dev/Makefile.libressl +++ b/sub/dev/Makefile.libressl @@ -1,5 +1,5 @@ -LIBRESSL_VERSION ?= 3.7.0 +LIBRESSL_VERSION ?= 3.9.2 LIBRESSL_MAKE_STATIC := $(if $(filter true,$(TARGET_STATIC)),LDFLAGS="-s -all-static",LDFLAGS=-s) clean-libressl: |