wok rev 12763

ftgl: add LDFLAGS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 12 13:25:16 2012 +0200 (2012-05-12)
parents 71c9450cc295
children 933dfe433303
files ftgl/receipt
line diff
     1.1 --- a/ftgl/receipt	Sat May 12 13:10:28 2012 +0200
     1.2 +++ b/ftgl/receipt	Sat May 12 13:25:16 2012 +0200
     1.3 @@ -15,6 +15,8 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 +	# Binutils 2.22 break many packages build without LDFLAGS set correctly.
     1.8 +	export LDFLAGS="-Wl,--copy-dt-needed-entries -lGL"
     1.9  	./configure \
    1.10  		--with-pic \
    1.11  		$CONFIGURE_ARGS &&