pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail Give configure the desired rpath flag explicitly.
details: https://anonhg.NetBSD.org/pkgsrc/rev/3bbe42de81a8
branches: trunk
changeset: 626475:3bbe42de81a8
user: joerg <joerg%pkgsrc.org@localhost>
date: Wed Nov 13 13:34:32 2013 +0000
description:
Give configure the desired rpath flag explicitly.
diffstat:
mail/cyrus-imapd/Makefile | 4 +++-
mail/cyrus-imapd23/Makefile | 4 +++-
mail/cyrus-imapd24/Makefile | 4 +++-
3 files changed, 9 insertions(+), 3 deletions(-)
diffs (54 lines):
diff -r a8bac3700efa -r 3bbe42de81a8 mail/cyrus-imapd/Makefile
--- a/mail/cyrus-imapd/Makefile Wed Nov 13 13:28:50 2013 +0000
+++ b/mail/cyrus-imapd/Makefile Wed Nov 13 13:34:32 2013 +0000
@@ -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+= --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 -r a8bac3700efa -r 3bbe42de81a8 mail/cyrus-imapd23/Makefile
--- a/mail/cyrus-imapd23/Makefile Wed Nov 13 13:28:50 2013 +0000
+++ b/mail/cyrus-imapd23/Makefile Wed Nov 13 13:34:32 2013 +0000
@@ -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-nntp
CONFIGURE_ARGS+= --enable-replication
+CONFIGURE_ARGS+= andrew_cv_runpath_switch=${COMPILER_RPATH_FLAG}
+
.include "options.mk"
MAKE_ENV+= PERL=${PERL5:Q}
diff -r a8bac3700efa -r 3bbe42de81a8 mail/cyrus-imapd24/Makefile
--- a/mail/cyrus-imapd24/Makefile Wed Nov 13 13:28:50 2013 +0000
+++ b/mail/cyrus-imapd24/Makefile Wed Nov 13 13:34:32 2013 +0000
@@ -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-nntp
CONFIGURE_ARGS+= --enable-replication
+CONFIGURE_ARGS+= andrew_cv_runpath_switch=${COMPILER_RPATH_FLAG}
+
.include "options.mk"
MAKE_ENV+= PERL=${PERL5:Q}
Home |
Main Index |
Thread Index |
Old Index