wok diff trafshow/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 23c3aed67cd9
children 6135577f4d08
line diff
     1.1 --- a/trafshow/receipt	Thu Dec 05 20:23:08 2013 +0000
     1.2 +++ b/trafshow/receipt	Sun Feb 14 22:06:06 2016 +0100
     1.3 @@ -16,7 +16,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  
    1.10  	# fix session.c bug
    1.11  	sed -i '43d' session.c
    1.12 @@ -40,4 +40,3 @@
    1.13  	sed -i 's|513|#513|' $fs/etc/trafshow
    1.14  	sed -i 's|514|#514|' $fs/etc/trafshow
    1.15  }
    1.16 -