wok diff pxe-kexec/receipt @ rev 19863

syslinux/bootiso.S: remove VCPI code (duplicate/tazboot)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Mar 26 15:53:23 2017 +0200 (2017-03-26)
parents 9e01bc6321ea
children 8dd8bab3f0ca
line diff
     1.1 --- a/pxe-kexec/receipt	Sun Dec 20 15:13:45 2015 +0100
     1.2 +++ b/pxe-kexec/receipt	Sun Mar 26 15:53:23 2017 +0200
     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  	mkdir build
     1.9  	cd build
    1.10  	cmake -DCMAKE_INSTALL_PREFIX=/usr .. &&