wok diff i7z/receipt @ rev 18897

syslinux/isohybrid.exe add -r support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 14 22:06:06 2016 +0100 (2016-02-14)
parents 9736e603f8a1
children 8dd8bab3f0ca
line diff
     1.1 --- a/i7z/receipt	Thu Apr 10 19:08:24 2014 +0000
     1.2 +++ b/i7z/receipt	Sun Feb 14 22:06:06 2016 +0100
     1.3 @@ -16,6 +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  	make &&
     1.9  	make DESTDIR=$DESTDIR install
    1.10  }