rohrpost

A commandline mail client to change the world as we see it.
git clone git://r-36.net/rohrpost
Log | Files | Refs | LICENSE

commit 0d3b8a3e68766c25db54733bb76a8630c486baf3
parent 088ecb2a4c986c8b91f64d3071e7d2ee3cf8d861
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Mon, 17 Aug 2020 12:04:27 +0200

Makefile: change comment -lssl to -ltls

Signed-off-by: Christoph Lohmann <20h@r-36.net>

Diffstat:
Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -14,7 +14,7 @@ SHAREPREFIX = ${PREFIX}/share/${NAME} # includes and libs LIBS = -ltls # OpenBSD -#LIBS = -lssl -lcrypto -liconv +#LIBS = -ltls -lcrypto -liconv # flags RP_CPPFLAGS = -DVERSION=\"${VERSION}\" -D_DEFAULT_SOURCE -D_XOPEN_SOURCE -D_GNU_SOURCE ${CPPFLAGS}