wok diff cv/receipt @ rev 17991

fusecloop: fix realloc index size
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Apr 23 15:42:00 2015 +0200 (2015-04-23)
parents 17e313b5b9c1
children c59529fd7643
line diff
     1.1 --- a/cv/receipt	Tue Feb 17 09:42:47 2015 +0100
     1.2 +++ b/cv/receipt	Thu Apr 23 15:42:00 2015 +0200
     1.3 @@ -16,8 +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|/local||' Makefile
     1.9 +	sed -i 's|/local||;s|-lncurses|& -ltinfo|' Makefile
    1.10  	make && make DESTDIR=$DESTDIR install
    1.11  }
    1.12