wok-next diff lftp/receipt @ rev 10816
apr: force apr to use /dev/*random
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Mon Jun 06 01:57:27 2011 +0200 (2011-06-06) |
parents | bd9d5822afef |
children | d64fc08c69e5 |
line diff
1.1 --- a/lftp/receipt Tue May 17 22:21:33 2011 +0200 1.2 +++ b/lftp/receipt Mon Jun 06 01:57:27 2011 +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 }