wok diff matchbox-desktop-2/receipt @ rev 13497

Up: spacefm (0.8.0) With an autostart desktop file to replace pcmanfm desktop handler and can automount media using the kernel polling (no udisks or gvfs)
author Christophe Lincoln <pankso@slitaz.org>
date Sat Oct 13 10:49:28 2012 +0200 (2012-10-13)
parents 73641efed1cc
children 380ffe05937a
line diff
     1.1 --- a/matchbox-desktop-2/receipt	Mon Apr 23 16:30:27 2012 +0200
     1.2 +++ b/matchbox-desktop-2/receipt	Sat Oct 13 10:49:28 2012 +0200
     1.3 @@ -16,6 +16,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  	cd $src
    1.11  	./configure \
    1.12  		--disable-startup-notification \