add --without-snmp. Fixes compile issue
authorOyvind Repvik <nail@nslu2-linux.org>
Sat, 9 Jul 2005 08:05:53 +0000 (08:05 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sat, 9 Jul 2005 08:05:53 +0000 (08:05 +0000)
packages/cyrus-imapd/cyrus-imapd_2.2.12.bb

index 2d385ec..b1e6b8a 100644 (file)
@@ -1,5 +1,5 @@
 SECTION = "console/network"
-DEPENDS = "cyrus-sasl"
+DEPENDS = "cyrus-sasl db3"
 PR = "r0"
 LICENSE = "BSD"
 
@@ -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"