wok diff freeglut/receipt @ rev 12927

util-linux: cross-compile for ARM (and pack blkid/uuid)
author Christophe Lincoln <pankso@slitaz.org>
date Tue May 29 22:45:34 2012 +0000 (2012-05-29)
parents d1768332cee0
children 54f2cf52f89e
line diff
     1.1 --- a/freeglut/receipt	Sun May 08 09:01:58 2011 +0000
     1.2 +++ b/freeglut/receipt	Tue May 29 22:45:34 2012 +0000
     1.3 @@ -18,6 +18,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  	if [ ! -d $src ] ; then mv $PACKAGE-2.6.0 $src ; fi
    1.11  
    1.12  	cd $src