summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Jackson <iggy@gentoo.org>2003-07-02 04:41:45 +0000
committerBrian Jackson <iggy@gentoo.org>2003-07-02 04:41:45 +0000
commitb832b3d3c3dfdb09738a696869fb3b2c62c6e2f5 (patch)
tree187c6702c5de53d732578beec6f471f376c4e36c /net-mail
parentoops (diff)
downloadhistorical-b832b3d3c3dfdb09738a696869fb3b2c62c6e2f5.tar.gz
historical-b832b3d3c3dfdb09738a696869fb3b2c62c6e2f5.tar.bz2
historical-b832b3d3c3dfdb09738a696869fb3b2c62c6e2f5.zip
added --disable-autorenamesent to configure options
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/courier/courier-0.42.2-r1.ebuild3
-rw-r--r--net-mail/courier/courier-0.42.2.ebuild3
2 files changed, 4 insertions, 2 deletions
diff --git a/net-mail/courier/courier-0.42.2-r1.ebuild b/net-mail/courier/courier-0.42.2-r1.ebuild
index 73394e261e06..c3831245b389 100644
--- a/net-mail/courier/courier-0.42.2-r1.ebuild
+++ b/net-mail/courier/courier-0.42.2-r1.ebuild
@@ -93,12 +93,13 @@ src_compile() {
--sharedstatedir=/var/lib/courier/com \
--localstatedir=/var/lib/courier \
--with-piddir=/var/run/courier \
+ --with-authdaemonvar=/var/lib/courier/authdaemon \
--with-mailuser=mail \
--with-mailgroup=mail \
--with-paranoid-smtpext \
+ --enable-autorenamsent \
--enable-mimetypes=/etc/apache/conf/mime.types \
--enable-workarounds-for-imap-client-bugs \
- --with-authdaemonvar=/var/lib/courier/authdaemon \
--host=${CHOST} ${myconf} || die "bad ./configure"
emake || die "compile problem"
diff --git a/net-mail/courier/courier-0.42.2.ebuild b/net-mail/courier/courier-0.42.2.ebuild
index bd5622d2b605..cc84c924e407 100644
--- a/net-mail/courier/courier-0.42.2.ebuild
+++ b/net-mail/courier/courier-0.42.2.ebuild
@@ -91,12 +91,13 @@ src_compile() {
--sharedstatedir=/var/lib/courier/com \
--localstatedir=/var/lib/courier \
--with-piddir=/var/run/courier \
+ --with-authdaemonvar=/var/lib/courier/authdaemon \
--with-mailuser=mail \
--with-mailgroup=mail \
--with-paranoid-smtpext \
+ --disable-autorenamesent \
--enable-mimetypes=/etc/apache/conf/mime.types \
--enable-workarounds-for-imap-client-bugs \
- --with-authdaemonvar=/var/lib/courier/authdaemon \
--host=${CHOST} ${myconf} || die "bad ./configure"
emake || die "compile problem"