wok diff postfix/receipt @ rev 18736

postfix, cyrus-imapd; fix build
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Dec 21 23:38:11 2015 +0100 (2015-12-21)
parents 9e01bc6321ea
children 6b06abdea831
line diff
     1.1 --- a/postfix/receipt	Sun Dec 20 15:13:45 2015 +0100
     1.2 +++ b/postfix/receipt	Mon Dec 21 23:38:11 2015 +0100
     1.3 @@ -21,7 +21,6 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	cd $src
     1.8  	make makefiles \
     1.9  	CCARGS='-DHAS_DB -DHAS_LDAP \
    1.10  		-DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I /usr/include/sasl \
    1.11 @@ -29,7 +28,7 @@
    1.12  		-DDEF_DAEMON_DIR=\"/usr/lib/postfix\" \
    1.13  		-DUSE_TLS \
    1.14  		-DDEF_MANPAGE_DIR=\"/usr/share/man\"' \
    1.15 -	AUXLIBS="-ldb -lldap -llber -lsasl2 -lssl -lcrypto \
    1.16 +	AUXLIBS="-ldb -lldap -llber -lsasl2 -lssl -lcrypto -lpthread \
    1.17  		-L/usr/lib/mysql -lmysqlclient -lz -lm " &&
    1.18  	make
    1.19  	install_root=$WOK/$PACKAGE/install \