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 78d66d35c1c59dd507745e6ae26b5c167340c629
parent 163a5a6ce378d0afb745090f0094b63340f1fee2
Author: Christoph Lohmann <20h@r-36.net>
Date:   Sun,  7 Jun 2020 12:30:27 +0200

Remove -ldl, which is not needed anymore. Add OpenBSD ldflags.

Diffstat:
Makefile | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -13,7 +13,9 @@ MANPREFIX = ${PREFIX}/share/man # includes and libs INCS = -I. -I/usr/include -LIBS = -L/usr/lib -lc -lssl -lcrypto -lz -ldl +LIBS = -L/usr/lib -lc -lssl -lcrypto +# OpenBSD +#LIBS = -L/usr/lib -lc -lssl -lcrypto -liconv # flags RP_CPPFLAGS = -DVERSION=\"${VERSION}\" -D_DEFAULT_SOURCE -D_XOPEN_SOURCE -D_GNU_SOURCE ${CPPFLAGS}