wok-next diff mtr/receipt @ rev 18787

busybox: /init calls some busybox applets, keep then (Thanks llev)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jan 04 20:59:14 2016 +0100 (2016-01-04)
parents bb009a6ef036
children 951fae759049
line diff
     1.1 --- a/mtr/receipt	Sat Nov 30 15:44:51 2013 +0000
     1.2 +++ b/mtr/receipt	Mon Jan 04 20:59:14 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  	./configure \
    1.10  		--prefix=/usr \
    1.11  		--without-gtk \
    1.12 @@ -31,4 +31,3 @@
    1.13  	mkdir -p $fs/usr
    1.14  	cp -a $install/usr/sbin $fs/usr
    1.15  }
    1.16 -