wok-current rev 11904

cyrus-imapd: fix compile_rules
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 29 20:32:37 2012 +0100 (2012-02-29)
parents 48632a81f59c
children 38ae68d5e1c0
files cyrus-imapd/receipt
line diff
     1.1 --- a/cyrus-imapd/receipt	Wed Feb 29 20:30:40 2012 +0100
     1.2 +++ b/cyrus-imapd/receipt	Wed Feb 29 20:32:37 2012 +0100
     1.3 @@ -21,6 +21,7 @@
     1.4  	./configure --prefix=/usr --infodir=/usr/share/info \
     1.5  	--with-service-path=/usr/lib/cyrus \
     1.6  	--with-cyrus-prefix=/usr/lib/cyrus \
     1.7 +	--with-com_err=yes \
     1.8  	--mandir=/usr/share/man $CONFIGURE_ARGS &&
     1.9  	make &&
    1.10  	make DESTDIR=$PWD/_pkg install