wok-current diff postfix/receipt @ rev 19054
Up transmission (2.92)
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Tue Apr 19 03:16:52 2016 +0300 (2016-04-19) |
parents | 9e01bc6321ea |
children | 6b06abdea831 |
line diff
1.1 --- a/postfix/receipt Sun Dec 20 15:13:45 2015 +0100 1.2 +++ b/postfix/receipt Tue Apr 19 03:16:52 2016 +0300 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 \