aboutsummaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-07-14 14:40:02 +0300
committerCem Keylan <cem@ckyln.com>2021-07-14 14:40:02 +0300
commit7a3e0182b8224969bb4130accce31a7bedcc6895 (patch)
treecb25670e6fd99332c482f64780252655bf1b882b /config.mk
parent89c23755c8ab5d8c5bbbfa6e40eb0c6bda109dad (diff)
downloadotools-7a3e0182b8224969bb4130accce31a7bedcc6895.tar.gz
switch to libressl
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/config.mk b/config.mk
index c9c54bb..57b774d 100644
--- a/config.mk
+++ b/config.mk
@@ -11,8 +11,7 @@ YACC ?= yacc
# You can uncomment the latter if you aren't using libtls-bearssl. If you
# aren't linking statically, '-ltls' should be suffice.
-TLSLIB = -ltls -lbearssl
-#TLSLIB = `pkgconf --static --libs libtls`
+TLSLIB = `pkgconf --static --libs libtls`
# You can replace the following to 'lib/libz/libz.a' in order to build with the
# in-source zlib.