wok diff xtrkcad/receipt @ rev 13710

get-OpenOffice3: small fixes
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Dec 17 20:32:43 2012 +0100 (2012-12-17)
parents 940b5937e496
children 23c3aed67cd9
line diff
     1.1 --- a/xtrkcad/receipt	Wed Mar 02 11:06:20 2011 +0100
     1.2 +++ b/xtrkcad/receipt	Mon Dec 17 20:32:43 2012 +0100
     1.3 @@ -22,6 +22,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  	XTRKCAD_STUFF=$stuff
    1.11  	
    1.12  	[ -d $PACKAGE-source-$VERSION ] && mv $PACKAGE-source-$VERSION $PACKAGE-$VERSION