wok-6.x diff libedit/receipt @ rev 19864
openbox: patch to have round corners :-)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun Mar 26 21:39:03 2017 +0200 (2017-03-26) |
parents | 12d5d6943718 |
children | 80675e0f496c |
line diff
1.1 --- a/libedit/receipt Sat Dec 07 19:42:19 2013 +0000 1.2 +++ b/libedit/receipt Sun Mar 26 21:39:03 2017 +0200 1.3 @@ -17,7 +17,7 @@ 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 \ 1.10 --prefix=/usr \ 1.11 --mandir=/usr/share/man \ 1.12 @@ -33,4 +33,3 @@ 1.13 mkdir -p $fs/usr/lib 1.14 cp -a $install/usr/lib/*.so* $fs/usr/lib 1.15 } 1.16 -