wok-6.x diff galculator/receipt @ rev 13575
linux/list_modules.sh: modules.list has moved...
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Nov 05 11:02:15 2012 +0100 (2012-11-05) |
parents | 8b79c3ee7ac2 |
children | defeb8879c39 |
line diff
1.1 --- a/galculator/receipt Mon Mar 16 22:01:20 2009 +0000 1.2 +++ b/galculator/receipt Mon Nov 05 11:02:15 2012 +0100 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.