wok diff gnet/receipt @ rev 12850
Up: libvlc (2.0.1)
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Wed May 23 13:02:13 2012 +0200 (2012-05-23) |
parents | 583bdd691510 |
children | 10e6c72b2c15 |
line diff
1.1 --- a/gnet/receipt Fri May 01 13:43:09 2009 +0200 1.2 +++ b/gnet/receipt Wed May 23 13:02:13 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 \