wok diff multitail/receipt @ rev 21147

updated git-gui (0.13.0 -> 0.21.0)
author Hans-G?nter Theisgen
date Thu Mar 28 16:40:03 2019 +0100 (2019-03-28)
parents bb009a6ef036
children 4b36ab6df5c7
line diff
     1.1 --- a/multitail/receipt	Sat Nov 30 15:44:51 2013 +0000
     1.2 +++ b/multitail/receipt	Thu Mar 28 16:40:03 2019 +0100
     1.3 @@ -17,7 +17,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  	if [ ! -f done.tail_busybox.patch ]; then
    1.10  		patch -p1 -i $stuff/tail_busybox.patch &&  \
    1.11  			touch done.tail_busybox.patch
    1.12 @@ -35,4 +35,3 @@
    1.13  	# Set minimum config.
    1.14  	sed -i 's/check_mail:5/check_mail:0/' $fs/etc/multitail.conf
    1.15  }
    1.16 -