wok-next diff postfix/receipt @ rev 19904
avrdude: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Oct 12 18:55:33 2017 +0200 (2017-10-12) |
parents | 9e01bc6321ea |
children | 731f74708293 |
line diff
1.1 --- a/postfix/receipt Sun Dec 20 15:13:45 2015 +0100 1.2 +++ b/postfix/receipt Thu Oct 12 18:55:33 2017 +0200 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 \