From 28052ab4b914356511fad03b7d03fa42e61257cd Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 22 Aug 2015 12:26:33 +0200 Subject: [PATCH] cyrus-imapd: Fix build on x86_64 Signed-off-by: Michael Tremer --- lfs/cyrus-imapd | 3 +++ 1 file changed, 3 insertions(+) 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 \ -- 2.39.5