wok-6.x rev 17620
jnettop: link with libtinfo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Feb 13 09:58:34 2015 +0100 (2015-02-13) |
parents | 785c14b9427a |
children | 8b9958254ee8 |
files | jnettop/receipt |
line diff
1.1 --- a/jnettop/receipt Fri Feb 13 09:55:45 2015 +0100 1.2 +++ b/jnettop/receipt Fri Feb 13 09:58:34 2015 +0100 1.3 @@ -16,7 +16,7 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - cd $src 1.8 + export LDFLAGS="-ltinfo" 1.9 ./configure \ 1.10 --prefix=/usr \ 1.11 --infodir=/usr/share/info \ 1.12 @@ -34,4 +34,3 @@ 1.13 # config file 1.14 cp -a $src/.jnettop $fs/root/.jnettop 1.15 } 1.16 -