wok-next diff libtool/receipt @ rev 20762

Add leanify
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Jun 05 17:27:09 2018 +0300 (2018-06-05)
parents 90a5eb560fd6
children 228b9c951d97
line diff
     1.1 --- a/libtool/receipt	Wed Feb 21 19:48:17 2018 +0200
     1.2 +++ b/libtool/receipt	Tue Jun 05 17:27:09 2018 +0300
     1.3 @@ -17,7 +17,10 @@
     1.4  SPLIT="libltdl libtool"
     1.5  
     1.6  compile_rules() {
     1.7 -	./configure $CONFIGURE_ARGS && make && make install
     1.8 +	./configure $CONFIGURE_ARGS &&
     1.9 +	fix libtool &&
    1.10 +	make &&
    1.11 +	make install
    1.12  }
    1.13  
    1.14  genpkg_rules() {