wok-current diff multitail/receipt @ rev 18934
Up slitaz-configs (273)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Feb 27 07:57:39 2016 +0100 (2016-02-27) |
parents | bb009a6ef036 |
children | 4b36ab6df5c7 |
line diff
1.1 --- a/multitail/receipt Sat Nov 30 15:44:51 2013 +0000 1.2 +++ b/multitail/receipt Sat Feb 27 07:57:39 2016 +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 -