wok-next diff lftp/receipt @ rev 12352
thunderbird: fix error msg at startup
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Thu Apr 19 21:04:35 2012 +0200 (2012-04-19) |
parents | bd9d5822afef |
children | d64fc08c69e5 |
line diff
1.1 --- a/lftp/receipt Tue May 17 22:21:33 2011 +0200 1.2 +++ b/lftp/receipt Thu Apr 19 21:04:35 2012 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="lftp" 1.7 -VERSION="4.2.2" 1.8 +VERSION="4.2.3" 1.9 CATEGORY="network" 1.10 SHORT_DESC="Small but powerful ftp client" 1.11 MAINTAINER="mimas@slitaz.org" 1.12 @@ -18,7 +18,8 @@ 1.13 cd $src 1.14 ./configure \ 1.15 --without-gnutls \ 1.16 - --without-openssl && 1.17 + --without-openssl \ 1.18 + $CONFIGURE_ARGS && 1.19 make && 1.20 make install 1.21 }