wok rev 13830
eboard: add LDFLAGS
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jan 07 12:12:01 2013 +0100 (2013-01-07) |
parents | 39acb734f263 |
children | 39ef441aba07 |
files | cssed/receipt eboard/receipt |
line diff
1.1 --- a/cssed/receipt Mon Jan 07 11:59:55 2013 +0100 1.2 +++ b/cssed/receipt Mon Jan 07 12:12:01 2013 +0100 1.3 @@ -10,7 +10,7 @@ 1.4 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.5 1.6 DEPENDS="gtk+" 1.7 -BUILD_DEPENDS="gtk+" 1.8 +BUILD_DEPENDS="gtk+-dev libxml2-dev" 1.9 1.10 # Rules to configure and make the package. 1.11 compile_rules()
2.1 --- a/eboard/receipt Mon Jan 07 11:59:55 2013 +0100 2.2 +++ b/eboard/receipt Mon Jan 07 12:12:01 2013 +0100 2.3 @@ -16,6 +16,7 @@ 2.4 # Rules to configure and make the package. 2.5 compile_rules() 2.6 { 2.7 + export LDFLAGS="-Wl,--copy-dt-needed-entries -ldl" 2.8 cd $src 2.9 sed -i 's/strchr(text/strchr((char *)text/' ntext.cc 2.10 ./configure \