wok-next diff rlwrap/receipt @ rev 18417
gimp, guichan: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Sep 21 10:02:55 2015 +0200 (2015-09-21) |
parents | 3b4e4318134e |
children | 466bca9334ef |
line diff
1.1 --- a/rlwrap/receipt Tue Dec 03 18:28:51 2013 +0000 1.2 +++ b/rlwrap/receipt Mon Sep 21 10:02:55 2015 +0200 1.3 @@ -15,10 +15,10 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - cd $src 1.8 + export LDFLAGS="$LDFLAGS -ltinfo" 1.9 ./configure --prefix=/usr \ 1.10 --localstatedir=/var \ 1.11 - $CONFIGURE_ARGS && 1.12 + $CONFIGURE_ARGS && 1.13 make && make DESTDIR=$DESTDIR install 1.14 } 1.15