URI: 
       Add hint for libtls provider in Makefile. - geomyidae - A small C-based gopherd.
  HTML git clone git://bitreich.org/geomyidae/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/geomyidae/
   DIR Log
   DIR Files
   DIR Refs
   DIR Tags
   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:
         M Makefile                            |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
   DIR 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}