wok diff jnettop/receipt @ rev 19174

syslinux/isolinux.cfg: force 32-bit framebuffer
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Thu Jun 02 18:18:02 2016 +0300 (2016-06-02)
parents a26f13d15480
children e3f377fbc5f0
line diff
     1.1 --- a/jnettop/receipt	Fri Feb 13 09:58:34 2015 +0100
     1.2 +++ b/jnettop/receipt	Thu Jun 02 18:18:02 2016 +0300
     1.3 @@ -16,7 +16,7 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	export LDFLAGS="-ltinfo"
     1.8 +	export LDFLAGS="$LDFLAGS -ltinfo"
     1.9  	./configure \
    1.10  		--prefix=/usr \
    1.11  		--infodir=/usr/share/info \