mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-27 14:00:45 -04:00
14 lines
375 B
Plaintext
14 lines
375 B
Plaintext
$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)
|