wok-next diff octave/receipt @ rev 20349
Up gsmartcontrol (0.9.0)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Nov 18 19:01:01 2017 +0100 (2017-11-18) |
parents | 03b2309fd335 |
children | c0521c689857 |
line diff
1.1 --- a/octave/receipt Mon May 23 23:56:45 2016 +0300 1.2 +++ b/octave/receipt Sat Nov 18 19:01:01 2017 +0100 1.3 @@ -22,9 +22,6 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - export LDFLAGS="$LDFLAGS -ltinfo" 1.8 - cd $src 1.9 - 1.10 # http://www.nabble.com/Random-rounding-errors-td16010966.html 1.11 FFLAGS="-O -ffloat-store" \ 1.12 ./configure --prefix=/usr --infodir=/usr/share/info \ 1.13 @@ -41,5 +38,3 @@ 1.14 { 1.15 cp -a $install/* $fs 1.16 } 1.17 - 1.18 -