| Add hint for libtls provider in Makefile. - geomyidae - A small C-based gopherd. | |
| git clone git://bitreich.org/geomyidae/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfri… | |
| Log | |
| Files | |
| Refs | |
| Tags | |
| README | |
| LICENSE | |
| --- | |
| commit 786ba48fc2133e82a465485a1bbd8b7dfc36c0d0 | |
| parent 76f8a90ac8db0c0f45845d148ba2590d97ab535f | |
| Author: Christoph Lohmann <[email protected]> | |
| 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(-) | |
| --- | |
| 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} |