URI: 
       tAdd hint for libtls provider in Makefile. - geomyidae - A small C-based gopherd. (gopher://bitreich.org/1/scm/geomyidae)
  HTML git clone git://r-36.net/geomyidae
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 786ba48fc2133e82a465485a1bbd8b7dfc36c0d0
   DIR parent 76f8a90ac8db0c0f45845d148ba2590d97ab535f
  HTML Author: Christoph Lohmann <20h@r-36.net>
       Date:   Fri, 25 Sep 2020 14:31:42 +0200
       
       Add hint for libtls provider in Makefile.
       
       Diffstat:
         Makefile                            |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
   DIR diff --git a/Makefile b/Makefile
       t@@ -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}