wok diff gyrus/receipt @ rev 15335

xfburn: fix xfburn-settings
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Sep 28 15:21:35 2013 +0000 (2013-09-28)
parents 45b96f953c46
children d1c17bd2c2bc
line diff
     1.1 --- a/gyrus/receipt	Fri Dec 16 15:42:01 2011 +0100
     1.2 +++ b/gyrus/receipt	Sat Sep 28 15:21:35 2013 +0000
     1.3 @@ -16,6 +16,7 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 +	export LDFLAGS="-Wl,--copy-dt-needed-entries -lm"
     1.8  	./configure $CONFIGURE_ARGS && make && make install
     1.9  }
    1.10