fafa178d17
as mail/libesmtp. Originally in PR#16146 from Alex Newman. libESMTP is a library to manage posting (or submission of) electronic mail using SMTP to a preconfigured Mail Transport Agent (MTA). It may be used as part of a Mail User Agent (MUA) or another program that needs to post electronic mail but where mail functionality is not the program's primary purpose.
13 lines
375 B
Text
13 lines
375 B
Text
$NetBSD: patch-ab,v 1.1.1.1 2002/09/22 13:01:25 cjep Exp $
|
|
|
|
--- libesmtp-config.in.orig Wed Dec 12 14:30:37 2001
|
|
+++ libesmtp-config.in
|
|
@@ -69,7 +69,7 @@
|
|
;;
|
|
|
|
--libs)
|
|
- echo @PTHREAD_LDFLAGS@ -L@libdir@ -lesmtp @LIBS@ @PTHREAD_LIBS@
|
|
+ echo @PTHREAD_LDFLAGS@ -L@libdir@ -Wl,-R@libdir@ -lesmtp @LIBS@ @PTHREAD_LIBS@
|
|
;;
|
|
|
|
--plugindir)
|