wok-next diff mpfr/receipt @ rev 20669

vde2: up / fix build
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri May 11 14:21:30 2018 +0300 (2018-05-11)
parents 90a5eb560fd6
children e7a485521d6a
line diff
     1.1 --- a/mpfr/receipt	Wed Feb 21 19:48:17 2018 +0200
     1.2 +++ b/mpfr/receipt	Fri May 11 14:21:30 2018 +0300
     1.3 @@ -23,7 +23,11 @@
     1.4  		--disable-static \
     1.5  		--enable-thread-safe \
     1.6  		$CONFIGURE_ARGS &&
     1.7 -	make && make html && make install && make install-html
     1.8 +	fix libtool &&
     1.9 +	make &&
    1.10 +	make html &&
    1.11 +	make install &&
    1.12 +	make install-html
    1.13  }
    1.14  
    1.15  testsuite() {