wok-next diff galculator/receipt @ rev 12869

asleap: Clean up.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu May 24 21:37:15 2012 +0000 (2012-05-24)
parents 8b79c3ee7ac2
children defeb8879c39
line diff
     1.1 --- a/galculator/receipt	Mon Mar 16 22:01:20 2009 +0000
     1.2 +++ b/galculator/receipt	Thu May 24 21:37:15 2012 +0000
     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.