wok-6.x diff avant-window-navigator/receipt @ rev 12655
speech-dispatcher, xtrkcad: add LDFLAGS for Binutils 2.22
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Apr 30 10:18:35 2012 +0200 (2012-04-30) |
parents | c359aaa7c2a8 |
children | 380ffe05937a |
line diff
1.1 --- a/avant-window-navigator/receipt Fri Apr 27 15:57:34 2012 +0200 1.2 +++ b/avant-window-navigator/receipt Mon Apr 30 10:18:35 2012 +0200 1.3 @@ -20,6 +20,9 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 + # Binutils 2.22 break many packages build without LDFLAGS set correctly. 1.8 + export LDFLAGS="-Wl,--copy-dt-needed-entries" 1.9 + 1.10 cd $src 1.11 ./configure \ 1.12 --prefix=/usr \