wok-current diff gnet/receipt @ rev 14995
enlightenment: add license (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Aug 10 09:25:15 2013 +0000 (2013-08-10) |
parents | 583bdd691510 |
children | 10e6c72b2c15 |
line diff
1.1 --- a/gnet/receipt Fri May 01 13:43:09 2009 +0200 1.2 +++ b/gnet/receipt Sat Aug 10 09:25:15 2013 +0000 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 \