wok-next diff libedit/receipt @ rev 19009

busybox/fbvnc: wheelmouse support (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 28 18:28:53 2016 +0200 (2016-03-28)
parents 12d5d6943718
children 76524bb0e096
line diff
     1.1 --- a/libedit/receipt	Sat Dec 07 19:42:19 2013 +0000
     1.2 +++ b/libedit/receipt	Mon Mar 28 18:28:53 2016 +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 -