diff options
author | Cem Keylan <cem@ckyln.com> | 2021-07-14 14:40:02 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-07-14 14:40:02 +0300 |
commit | 7a3e0182b8224969bb4130accce31a7bedcc6895 (patch) | |
tree | cb25670e6fd99332c482f64780252655bf1b882b | |
parent | 89c23755c8ab5d8c5bbbfa6e40eb0c6bda109dad (diff) | |
download | otools-7a3e0182b8224969bb4130accce31a7bedcc6895.tar.gz |
switch to libressl
-rw-r--r-- | config.mk | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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. |