wok-6.x rev 17676
rogue: add missing -ltinfo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Feb 18 11:35:54 2015 +0100 (2015-02-18) |
parents | 28f9e4343450 |
children | 9b7b70c9feef |
files | rogue/receipt |
line diff
1.1 --- a/rogue/receipt Wed Feb 18 11:21:08 2015 +0100 1.2 +++ b/rogue/receipt Wed Feb 18 11:35:54 2015 +0100 1.3 @@ -16,8 +16,7 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 -# mv $WOK/$PACKAGE/$PACKAGE$VERSION $src 1.8 - cd $src 1.9 + export LDFLAGS="$LDFLAGS -ltinfo" 1.10 ./configure \ 1.11 --prefix=/usr \ 1.12 --mandir=/usr/share/man \ 1.13 @@ -45,4 +44,3 @@ 1.14 sed -i 's/Exec.*/Exec=xterm -e rogue/' $src/rogue.desktop 1.15 cp -a $src/rogue.desktop $fs/usr/share/applications 1.16 } 1.17 -