tRemove -ldl, which is not needed anymore. Add OpenBSD ldflags. - rohrpost - A commandline mail client to change the world as we see it.
 (HTM) git clone git://r-36.net/rohrpost
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit 78d66d35c1c59dd507745e6ae26b5c167340c629
 (DIR) parent 163a5a6ce378d0afb745090f0094b63340f1fee2
 (HTM) 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(-)
       ---
 (DIR) diff --git a/Makefile b/Makefile
       t@@ -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}