wok diff galculator/receipt @ rev 17672
Add missing -ltinfo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Feb 17 12:55:08 2015 +0100 (2015-02-17) |
parents | 81c2bf22f7bb |
children | 9ed282f9d2eb |
line diff
1.1 --- a/galculator/receipt Thu Jul 17 22:02:19 2014 +0300 1.2 +++ b/galculator/receipt Tue Feb 17 12:55:08 2015 +0100 1.3 @@ -19,7 +19,7 @@ 1.4 compile_rules() 1.5 { 1.6 # Binutils 2.22 break many packages build without LDFLAGS set correctly. 1.7 - export LDFLAGS="-Wl,--copy-dt-needed-entries" 1.8 + export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries" 1.9 1.10 ./configure \ 1.11 --disable-gtk3 \