wok-6.x diff pure-ftpd/receipt @ rev 2222
Add partimage-pam
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Feb 12 09:39:25 2009 +0000 (2009-02-12) |
parents | 03a799424aaa |
children | 3a9e51f35fa9 |
line diff
1.1 --- a/pure-ftpd/receipt Fri Sep 26 09:21:16 2008 +0000 1.2 +++ b/pure-ftpd/receipt Thu Feb 12 09:39:25 2009 +0000 1.3 @@ -14,8 +14,8 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 - ./configure --prefix=/usr $CONFIGURE_ARGS 1.8 - make 1.9 + ./configure --prefix=/usr --without-pam $CONFIGURE_ARGS && 1.10 + make && 1.11 make DESTDIR=$PWD/_pkg install 1.12 } 1.13