wok diff bwm-ng/receipt @ rev 20584
libimobiledevice, openvas-client, passenger: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Dec 14 22:12:43 2018 +0100 (2018-12-14) |
parents | 8bd052cdee2c |
children | 616d975b5c9d |
line diff
1.1 --- a/bwm-ng/receipt Wed Aug 03 09:44:00 2016 +0200 1.2 +++ b/bwm-ng/receipt Fri Dec 14 22:12:43 2018 +0100 1.3 @@ -10,9 +10,13 @@ 1.4 WEB_SITE="https://www.gropp.org/?id=projects&sub=bwm-ng" 1.5 WGET_URL="https://www.gropp.org/$PACKAGE/$TARBALL" 1.6 1.7 +DEPENDS="libtinfo" 1.8 +BUILD_DEPENDS="ncurses-dev" 1.9 + 1.10 # Rules to configure and make the package. 1.11 compile_rules() 1.12 { 1.13 + export LDFLAGS="$LDFLAGS -ltinfo" 1.14 ./configure --prefix=/usr \ 1.15 --mandir=/usr/share/man \ 1.16 $CONFIGURE_ARGS &&