wok-6.x diff cairo-compmgr/receipt @ rev 12789
get-java6-jre: fix generic with tar
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Tue May 15 21:40:57 2012 +0000 (2012-05-15) |
parents | 73641efed1cc |
children | 65b9df799792 |
line diff
1.1 --- a/cairo-compmgr/receipt Mon Apr 23 16:30:27 2012 +0200 1.2 +++ b/cairo-compmgr/receipt Tue May 15 21:40:57 2012 +0000 1.3 @@ -16,6 +16,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 sed -i "s/vala-1.0/$(basename /usr/lib/pkgconfig/libvala-*.pc .pc)/" configure 1.11 ./configure $CONFIGURE_ARGS && make && make install 1.12 }