wok diff gnet/receipt @ rev 12821

gmp: dont build for ARM anymore...
author Christophe Lincoln <pankso@slitaz.org>
date Mon May 21 23:58:06 2012 +0200 (2012-05-21)
parents 583bdd691510
children 10e6c72b2c15
line diff
     1.1 --- a/gnet/receipt	Fri May 01 13:43:09 2009 +0200
     1.2 +++ b/gnet/receipt	Mon May 21 23:58:06 2012 +0200
     1.3 @@ -9,10 +9,13 @@
     1.4  WEB_SITE="http://www.gnetlibrary.org/"
     1.5  WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/gnet/2.0/$TARBALL"
     1.6  DEPENDS="glib"
     1.7 +BUILD_DEPENDS="glib-dev" 
     1.8  
     1.9  # Rules to configure and make the package.
    1.10  compile_rules()
    1.11  {
    1.12 +	# Binutils 2.22 break many packages build without LDFLAGS set correctly.
    1.13 +	export LDFLAGS="-Wl,--copy-dt-needed-entries -lXt"
    1.14  	cd $src
    1.15  	./configure \
    1.16  		--prefix=/usr \