summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorccsmart <ccsmart@smartpal.de>2005-07-08 18:13:48 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-07-08 18:13:48 +0000
commit0bbcf278b7c50748f97f4a12f4c4330ed53daeeb (patch)
treeb396947d947f0908f8424cc1df05af880d7739af /packages
parent5565996ae46389896f5a8638b98bc55811f09e9b (diff)
Removed snmp support.
Diffstat (limited to 'packages')
-rw-r--r--packages/cyrus-imapd/cyrus-imapd_2.2.12.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/cyrus-imapd/cyrus-imapd_2.2.12.bb b/packages/cyrus-imapd/cyrus-imapd_2.2.12.bb
index 2d385ec154..4a0a457c35 100644
--- a/packages/cyrus-imapd/cyrus-imapd_2.2.12.bb
+++ b/packages/cyrus-imapd/cyrus-imapd_2.2.12.bb
@@ -10,7 +10,8 @@ SRC_URI = "ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-imapd-${PV}.tar.gz \
inherit autotools
EXTRA_OECONF = "--with-auth=unix \
- --without-perl"
+ --without-perl \
+ --without-snmp"
FILES_${PN} += "${prefix}/cyrus/bin"