# HG changeset patch # User Pascal Bellard # Date 1330543957 -3600 # Node ID f4fe7aafc08573f33ebe650de2d52dba0341ee67 # Parent 48632a81f59c53babf544cebd2e948754d10ed1f cyrus-imapd: fix compile_rules diff -r 48632a81f59c -r f4fe7aafc085 cyrus-imapd/receipt --- a/cyrus-imapd/receipt Wed Feb 29 20:30:40 2012 +0100 +++ b/cyrus-imapd/receipt Wed Feb 29 20:32:37 2012 +0100 @@ -21,6 +21,7 @@ ./configure --prefix=/usr --infodir=/usr/share/info \ --with-service-path=/usr/lib/cyrus \ --with-cyrus-prefix=/usr/lib/cyrus \ + --with-com_err=yes \ --mandir=/usr/share/man $CONFIGURE_ARGS && make && make DESTDIR=$PWD/_pkg install