wok rev 12651

avant-window-navigator, bygfoot, cairo-compmgr: add LDFLAGS for Binutils 2.22
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 30 09:38:21 2012 +0200 (2012-04-30)
parents 15a9e09ad128
children b50cda93acd2
files avant-window-navigator/receipt bygfoot/receipt cairo-compmgr/receipt
line diff
     1.1 --- a/avant-window-navigator/receipt	Sun Apr 29 23:56:02 2012 +0200
     1.2 +++ b/avant-window-navigator/receipt	Mon Apr 30 09:38:21 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 \
     2.1 --- a/bygfoot/receipt	Sun Apr 29 23:56:02 2012 +0200
     2.2 +++ b/bygfoot/receipt	Mon Apr 30 09:38:21 2012 +0200
     2.3 @@ -13,6 +13,9 @@
     2.4  
     2.5  compile_rules()
     2.6  {
     2.7 +	# Binutils 2.22 break many packages build without LDFLAGS set correctly.
     2.8 +	export LDFLAGS="-Wl,--copy-dt-needed-entries"
     2.9 +	
    2.10  	cd $src
    2.11  
    2.12  	chmod +x configure
     3.1 --- a/cairo-compmgr/receipt	Sun Apr 29 23:56:02 2012 +0200
     3.2 +++ b/cairo-compmgr/receipt	Mon Apr 30 09:38:21 2012 +0200
     3.3 @@ -16,6 +16,9 @@
     3.4  # Rules to configure and make the package.
     3.5  compile_rules()
     3.6  {
     3.7 +	# Binutils 2.22 break many packages build without LDFLAGS set correctly.
     3.8 +	export LDFLAGS="-Wl,--copy-dt-needed-entries"
     3.9 +	
    3.10  	sed -i "s/vala-1.0/$(basename /usr/lib/pkgconfig/libvala-*.pc .pc)/" configure
    3.11  	./configure $CONFIGURE_ARGS && make && make install
    3.12  }