wok-6.x diff galculator/receipt @ rev 13229
Move from undigest: fbgrab
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Aug 14 13:38:56 2012 +0200 (2012-08-14) |
parents | 8b79c3ee7ac2 |
children | defeb8879c39 |
line diff
1.1 --- a/galculator/receipt Mon Mar 16 22:01:20 2009 +0000 1.2 +++ b/galculator/receipt Tue Aug 14 13:38:56 2012 +0200 1.3 @@ -15,11 +15,13 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 + # Binutils 2.22 break many packages build without LDFLAGS set correctly. 1.8 + export LDFLAGS="-Wl,--copy-dt-needed-entries" 1.9 ./configure \ 1.10 --prefix=/usr \ 1.11 $CONFIGURE_ARGS && 1.12 make && 1.13 - make DESTDIR=$PWD/_pkg install 1.14 + make DESTDIR=$DESTDIR install 1.15 } 1.16 1.17 # Rules to gen a SliTaz package suitable for Tazpkg.