wok-6.x rev 23896
lftp: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jul 26 14:28:44 2020 +0000 (2020-07-26) |
parents | a27bbec045be |
children | 675c9264bc6a |
files | grub4dos/receipt lftp/receipt |
line diff
1.1 --- a/grub4dos/receipt Sat Jul 25 19:27:42 2020 +0000 1.2 +++ b/grub4dos/receipt Sun Jul 26 14:28:44 2020 +0000 1.3 @@ -28,7 +28,7 @@ 1.4 --enable-preset-menu=$stuff/menu.lst \ 1.5 --without-curses \ 1.6 $CONFIGURE_ARGS && 1.7 - make && make install 1.8 + make -j 1 && make -j 1 install 1.9 } 1.10 1.11 # Rules to gen a SliTaz package suitable for Tazpkg.
2.1 --- a/lftp/receipt Sat Jul 25 19:27:42 2020 +0000 2.2 +++ b/lftp/receipt Sun Jul 26 14:28:44 2020 +0000 2.3 @@ -12,7 +12,7 @@ 2.4 WGET_URL="https://lftp.tech/ftp/$TARBALL" 2.5 2.6 DEPENDS="expat gcc83-lib-base gmp gnutls readline" 2.7 -BUILD_DEPENDS="expat-dev gcc83 gmp-dev gnutls-dev gperf \ 2.8 +BUILD_DEPENDS="expat-dev gcc83 gcc83-lib-base gmp-dev gnutls-dev gperf \ 2.9 libgnutls ncurses-dev readline-dev" 2.10 2.11 CROSS="bug: failed at test"