wok diff dnstop/receipt @ rev 22583
updated cc65 (2.13.3 -> 2.18)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Jan 07 14:14:48 2020 +0100 (2020-01-07) |
parents | ce9148142ee8 |
children | 453c249b6219 |
line diff
1.1 --- a/dnstop/receipt Thu Dec 26 13:16:14 2013 +0000 1.2 +++ b/dnstop/receipt Tue Jan 07 14:14:48 2020 +0100 1.3 @@ -15,7 +15,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 --prefix=/usr 1.10 make 1.11 } 1.12 @@ -26,4 +26,3 @@ 1.13 mkdir -p $fs/usr/bin 1.14 cp -a $src/$PACKAGE $fs/usr/bin 1.15 } 1.16 -