wok diff freeglut/receipt @ rev 13429

partclone: add btrfs & hfsplus support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 04 11:53:21 2012 +0200 (2012-10-04)
parents d1768332cee0
children 54f2cf52f89e
line diff
     1.1 --- a/freeglut/receipt	Sun May 08 09:01:58 2011 +0000
     1.2 +++ b/freeglut/receipt	Thu Oct 04 11:53:21 2012 +0200
     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