summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Hadaway <raker@gentoo.org>2002-08-08 15:29:01 +0000
committerNick Hadaway <raker@gentoo.org>2002-08-08 15:29:01 +0000
commitea6f3f07d766f0c45b17d664b5560ed3778f8140 (patch)
treef6914365f6d2a42fb334507805d2c915e4de9704 /net-mail/cyrus-imapd
parentUnmasked new winex (diff)
downloadgentoo-2-ea6f3f07d766f0c45b17d664b5560ed3778f8140.tar.gz
gentoo-2-ea6f3f07d766f0c45b17d664b5560ed3778f8140.tar.bz2
gentoo-2-ea6f3f07d766f0c45b17d664b5560ed3778f8140.zip
Added a couple of configure options as mentioned in bug #6156
Diffstat (limited to 'net-mail/cyrus-imapd')
-rw-r--r--net-mail/cyrus-imapd/ChangeLog6
-rw-r--r--net-mail/cyrus-imapd/cyrus-imapd-2.1.5.ebuild7
2 files changed, 11 insertions, 2 deletions
diff --git a/net-mail/cyrus-imapd/ChangeLog b/net-mail/cyrus-imapd/ChangeLog
index 68aa802c1c8f..a17a9db1b832 100644
--- a/net-mail/cyrus-imapd/ChangeLog
+++ b/net-mail/cyrus-imapd/ChangeLog
@@ -1,9 +1,13 @@
# ChangeLog for net-mail/cyrus-imapd
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imapd/ChangeLog,v 1.3 2002/08/07 04:19:36 raker Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imapd/ChangeLog,v 1.4 2002/08/08 15:29:01 raker Exp $
*cyrus-imapd-2.1.5 (13 Jul 2002)
+ 08 Aug 2002; Nick Hadaway <raker@gentoo.org> cyrus-imapd-2.1.5.ebuild :
+ Added a couple of configure options suggested by mhromada@elas.sk on
+ bug #6156.
+
06 Aug 2002; Nick Hadaway <raker@gentoo.org> cyrus-imapd-2.1.5.ebuild :
Changed emake to make after experiencing compile problems on multiple
systems. Updated keywords. ppc and sparc need testing. Fixed little
diff --git a/net-mail/cyrus-imapd/cyrus-imapd-2.1.5.ebuild b/net-mail/cyrus-imapd/cyrus-imapd-2.1.5.ebuild
index 6396b5a9a57d..65ae77fc99c3 100644
--- a/net-mail/cyrus-imapd/cyrus-imapd-2.1.5.ebuild
+++ b/net-mail/cyrus-imapd/cyrus-imapd-2.1.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imapd/cyrus-imapd-2.1.5.ebuild,v 1.4 2002/08/07 04:19:36 raker Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imapd/cyrus-imapd-2.1.5.ebuild,v 1.5 2002/08/08 15:29:01 raker Exp $
S=${WORKDIR}/${P}
DESCRIPTION="The Cyrus IMAP Server"
@@ -63,6 +63,11 @@ src_compile() {
--enable-listext \
--disable-cyradm \
--without-perl \
+ --with-cyrus-user=cyrus \
+ --with-cyrus-group=mail \
+ --enable-shared \
+ --enable-netscapehack \
+ --with-com_err=yes \
--host=${CHOST} ${myconf} || die "bad ./configure"
# make depends break with -f... in CFLAGS