wok diff multitail/receipt @ rev 21611
wxWidgets: typo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu May 23 17:17:24 2019 +0200 (2019-05-23) |
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 May 23 17:17:24 2019 +0200 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 -