wok-6.x diff slurm/receipt @ rev 19708
pxe-kexec, scilab, uhd: add -ltinfo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Feb 15 11:22:40 2017 +0100 (2017-02-15) |
parents | 3ba8d2c9720d |
children | 6135577f4d08 |
line diff
1.1 --- a/slurm/receipt Tue Feb 17 12:55:08 2015 +0100 1.2 +++ b/slurm/receipt Wed Feb 15 11:22:40 2017 +0100 1.3 @@ -16,7 +16,7 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - export LDFLAGS="$LDFLAGS -ltinfo" 1.8 + sed -i 's|lncurses|& -ltinfo|' * 1.9 ./configure \ 1.10 --prefix=/usr \ 1.11 --infodir=/usr/share/info \