wok diff hardinfo/receipt @ rev 15158

gmerlin: fix genpkg_rules
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Aug 15 17:45:49 2013 +0000 (2013-08-15)
parents d1768332cee0
children 036b997ec7e1
line diff
     1.1 --- a/hardinfo/receipt	Sun May 08 09:01:58 2011 +0000
     1.2 +++ b/hardinfo/receipt	Thu Aug 15 17:45:49 2013 +0000
     1.3 @@ -15,6 +15,7 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 +	export LDFLAGS="-Wl,--copy-dt-needed-entries -lgmodule"
     1.8  	while read file; do
     1.9  		[ -f done.$file ] && continue
    1.10  		patch -p0 < $stuff/$file || return 1