commit 786ba48fc2133e82a465485a1bbd8b7dfc36c0d0
parent 76f8a90ac8db0c0f45845d148ba2590d97ab535f
Author: Christoph Lohmann <20h@r-36.net>
Date: Fri, 25 Sep 2020 14:31:42 +0200
Add hint for libtls provider in Makefile.
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/Makefile b/Makefile
@@ -11,6 +11,7 @@ MANDIR = ${PREFIX}/share/man/man8
# Comment to disable TLS support
TLS_CFLAGS = -DENABLE_TLS
+# libtls is provided using for example LibreSSL.
TLS_LDFLAGS = -ltls
GEOM_CFLAGS = -D_DEFAULT_SOURCE -I. -I/usr/include ${TLS_CFLAGS} ${CFLAGS}