wok-6.x diff avant-window-navigator/receipt @ rev 13994
polkit-qt fix build dependencies
author | ernia <monghitri@aruba.it> |
---|---|
date | Tue Feb 12 13:03:47 2013 +0000 (2013-02-12) |
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 Tue Feb 12 13:03:47 2013 +0000 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 \