From: Michael Tremer Date: Sat, 22 Aug 2015 10:26:33 +0000 (+0200) Subject: cyrus-imapd: Fix build on x86_64 X-Git-Tag: v2.17-core94~37^2~20 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=28052ab4b914356511fad03b7d03fa42e61257cd;p=ipfire-2.x.git cyrus-imapd: Fix build on x86_64 Signed-off-by: Michael Tremer --- diff --git a/lfs/cyrus-imapd b/lfs/cyrus-imapd index fc87bd62b4..f7722345c4 100644 --- a/lfs/cyrus-imapd +++ b/lfs/cyrus-imapd @@ -79,6 +79,9 @@ $(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 \