From: Michael Tremer Date: Mon, 14 Sep 2015 11:34:35 +0000 (+0100) Subject: cyrus-imapd: Disable build which fails on all architectures X-Git-Tag: v2.17-core94~30 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6b3c55d4b4bed74193870a5d1fbf64485864e37f;p=ipfire-2.x.git cyrus-imapd: Disable build which fails on all architectures Signed-off-by: Michael Tremer --- diff --git a/lfs/cyrus-imapd b/lfs/cyrus-imapd index c358f18d86..3348fd351c 100644 --- a/lfs/cyrus-imapd +++ b/lfs/cyrus-imapd @@ -80,9 +80,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/cyrus-imapd-2.2.12-autocreate-0.9.4.diff cd $(DIR_APP) && patch -Np0 < $(DIR_SRC)/src/patches/cyrus-imapd-2.2.12-gcc4.patch -# cp -f /usr/include/et/com_err.h /usr/include/com_err.h - cd $(DIR_APP) && cp -vf /usr/share/automake-*/config.{guess,sub} . - cd $(DIR_APP) && autoreconf -vfi cd $(DIR_APP) && ./configure --prefix=/usr --with-service-path=/usr/lib/cyrus \ --with-cyrus-prefix=/usr/lib/cyrus --sysconfdir=/var/ipfire/cyrusimap \ --with-auth=unix --with-perl --with-sasl --with-idle=idled \