wok-current diff pure-ftpd/receipt @ rev 2823
Add lemon (parser generator)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Apr 29 21:29:04 2009 +0200 (2009-04-29) |
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 Wed Apr 29 21:29:04 2009 +0200 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