wok-current diff pam_ldap/receipt @ rev 13585
sbxkb: add LDFLAGS
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Nov 06 12:55:04 2012 +0100 (2012-11-06) |
parents | 748571122c2d |
children | 51a1ebbda768 |
line diff
1.1 --- a/pam_ldap/receipt Wed May 25 21:33:08 2011 +0200 1.2 +++ b/pam_ldap/receipt Tue Nov 06 12:55:04 2012 +0100 1.3 @@ -18,7 +18,7 @@ 1.4 ./vers_string -v 1.5 ./configure --prefix=/usr --infodir=/usr/share/info \ 1.6 --sysconfdir=/etc --mandir=/usr/share/man $CONFIGURE_ARGS && 1.7 - make -j 4 && 1.8 + make $MAKEFLAGS && 1.9 make DESTDIR=$PWD/_pkg install 1.10 } 1.11