summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorjoerg <joerg>2013-11-13 13:34:32 +0000
committerjoerg <joerg>2013-11-13 13:34:32 +0000
commit4c0da586ee24d53741f21c9a03397283392ad107 (patch)
treed4466b203713d1226f3ee1965013d97b6f00a82e /mail
parent3774fcc78a896ecb2ca8e981b59f08fd7248845b (diff)
downloadpkgsrc-4c0da586ee24d53741f21c9a03397283392ad107.tar.gz
Give configure the desired rpath flag explicitly.
Diffstat (limited to 'mail')
-rw-r--r--mail/cyrus-imapd/Makefile4
-rw-r--r--mail/cyrus-imapd23/Makefile4
-rw-r--r--mail/cyrus-imapd24/Makefile4
3 files changed, 9 insertions, 3 deletions
diff --git a/mail/cyrus-imapd/Makefile b/mail/cyrus-imapd/Makefile
index b722fa08386..215626c9e1f 100644
--- a/mail/cyrus-imapd/Makefile
+++ b/mail/cyrus-imapd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.99 2013/05/31 12:41:13 wiz Exp $
+# $NetBSD: Makefile,v 1.100 2013/11/13 13:34:32 joerg Exp $
DISTNAME= cyrus-imapd-2.2.13p1
PKGREVISION= 10
@@ -48,6 +48,8 @@ CONFIGURE_ARGS+= --enable-nntp
CONFIGURE_ARGS+= --without-zephyr
CONFIGURE_ARGS+= --without-ucdsnmp
+CONFIGURE_ARGS+= andrew_runpath_switch=${COMPILER_RPATH_FLAG}
+
PKG_OPTIONS_VAR= PKG_OPTIONS.cyrus-imapd
PKG_SUPPORTED_OPTIONS= gssapi kerberos kerberos4 ldap
.include "../../mk/bsd.options.mk"
diff --git a/mail/cyrus-imapd23/Makefile b/mail/cyrus-imapd23/Makefile
index ad8b972c5e0..d9b57c73a3d 100644
--- a/mail/cyrus-imapd23/Makefile
+++ b/mail/cyrus-imapd23/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2013/10/19 09:07:06 adam Exp $
+# $NetBSD: Makefile,v 1.29 2013/11/13 13:34:32 joerg Exp $
DISTNAME= cyrus-imapd-2.3.18
PKGREVISION= 9
@@ -52,6 +52,8 @@ CONFIGURE_ARGS+= --enable-murder
CONFIGURE_ARGS+= --enable-nntp
CONFIGURE_ARGS+= --enable-replication
+CONFIGURE_ARGS+= andrew_cv_runpath_switch=${COMPILER_RPATH_FLAG}
+
.include "options.mk"
MAKE_ENV+= PERL=${PERL5:Q}
diff --git a/mail/cyrus-imapd24/Makefile b/mail/cyrus-imapd24/Makefile
index 977c2cd22e2..ba15361053e 100644
--- a/mail/cyrus-imapd24/Makefile
+++ b/mail/cyrus-imapd24/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2013/10/19 09:07:07 adam Exp $
+# $NetBSD: Makefile,v 1.33 2013/11/13 13:34:32 joerg Exp $
DISTNAME= cyrus-imapd-2.4.17
PKGREVISION= 6
@@ -51,6 +51,8 @@ CONFIGURE_ARGS+= --enable-murder
CONFIGURE_ARGS+= --enable-nntp
CONFIGURE_ARGS+= --enable-replication
+CONFIGURE_ARGS+= andrew_cv_runpath_switch=${COMPILER_RPATH_FLAG}
+
.include "options.mk"
MAKE_ENV+= PERL=${PERL5:Q}