wok 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 08eee30bdf5f
children dcfbc997590a
files speech-dispatcher/receipt xtrkcad/receipt
line diff
     1.1 --- a/speech-dispatcher/receipt	Mon Apr 30 10:06:51 2012 +0200
     1.2 +++ b/speech-dispatcher/receipt	Mon Apr 30 10:18:35 2012 +0200
     1.3 @@ -15,6 +15,8 @@
     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  	# tiny patches and fixes
    1.11  	cd $src/src/python/speechd_config
     2.1 --- a/xtrkcad/receipt	Mon Apr 30 10:06:51 2012 +0200
     2.2 +++ b/xtrkcad/receipt	Mon Apr 30 10:18:35 2012 +0200
     2.3 @@ -22,6 +22,9 @@
     2.4  # Rules to configure and make the package.
     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  	XTRKCAD_STUFF=$stuff
    2.11  	
    2.12  	[ -d $PACKAGE-source-$VERSION ] && mv $PACKAGE-source-$VERSION $PACKAGE-$VERSION