wok rev 16576

galculator: disable quadmath
author Richard Dunbar <mojo@slitaz.org>
date Fri May 02 23:27:09 2014 +0000 (2014-05-02)
parents 00bcf95c294c
children dee220ae1803
files galculator/receipt
line diff
     1.1 --- a/galculator/receipt	Fri May 02 23:25:04 2014 +0200
     1.2 +++ b/galculator/receipt	Fri May 02 23:27:09 2014 +0000
     1.3 @@ -21,8 +21,8 @@
     1.4  
     1.5  	# Binutils 2.22 break many packages build without LDFLAGS set correctly.
     1.6  	export LDFLAGS="-Wl,--copy-dt-needed-entries"
     1.7 -	./configure $CONFIGURE_ARGS &&
     1.8 -	make && make install
     1.9 +	./configure --disable-quadmath \
    1.10 +	$CONFIGURE_ARGS && make && make install
    1.11  }
    1.12  
    1.13  # Rules to gen a SliTaz package suitable for Tazpkg.