summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorkim <kim@pkgsrc.org>2000-10-29 05:40:33 +0000
committerkim <kim@pkgsrc.org>2000-10-29 05:40:33 +0000
commit25f9a62c72477f57157dc45306925ef1fd6a5079 (patch)
tree1b55feeb229278acd268a1fda1f8e5b7e2bf082f /mail
parent94c00c2d899361d2749ab62272cdc5d38a0d42e8 (diff)
downloadpkgsrc-25f9a62c72477f57157dc45306925ef1fd6a5079.tar.gz
Make linking with PCRE work.
Diffstat (limited to 'mail')
-rw-r--r--mail/postfix-current/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile
index 91d481331b2..4cfd3253656 100644
--- a/mail/postfix-current/Makefile
+++ b/mail/postfix-current/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2000/10/15 14:10:19 itojun Exp $
+# $NetBSD: Makefile,v 1.7 2000/10/29 05:40:33 kim Exp $
DISTNAME= snapshot-20001005
PKGNAME= postfix-20001005
@@ -23,7 +23,7 @@ BUILD_DEFS+= USE_INET6
.if defined(POSTFIX_PCRE) && ${POSTFIX_PCRE} == YES
DEPENDS+= pcre-2.08:../../devel/pcre
CFLAGS+= -DHAS_PCRE -I${LOCALBASE}/include
-AUXLIBS= -lpcre
+AUXLIBS= -L${LOCALBASE}/lib -Wl,-R${LOCALBASE}/lib -lpcre
MAKE_ENV+= AUXLIBS="${AUXLIBS}"
.endif