wok-next diff i7z/receipt @ rev 18590

busybox: do not start apache httpd (thanks llev)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Nov 13 10:54:50 2015 +0100 (2015-11-13)
parents 9736e603f8a1
children 466bca9334ef
line diff
     1.1 --- a/i7z/receipt	Thu Apr 10 19:08:24 2014 +0000
     1.2 +++ b/i7z/receipt	Fri Nov 13 10:54:50 2015 +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  }