wok diff gnet/receipt @ rev 14147
poppler and friends: up 0.22.1
author | Samuel Trassare <samuel_trassare@yahoo.com> |
---|---|
date | Sun Mar 03 13:51:02 2013 -0800 (2013-03-03) |
parents | 583bdd691510 |
children | 10e6c72b2c15 |
line diff
1.1 --- a/gnet/receipt Fri May 01 13:43:09 2009 +0200 1.2 +++ b/gnet/receipt Sun Mar 03 13:51:02 2013 -0800 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 \