wok-next diff libpng16/receipt @ rev 20595

More fix libtool.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Apr 16 11:36:31 2018 +0300 (2018-04-16)
parents d43bf7aae921
children 7729bf733291
line diff
     1.1 --- a/libpng16/receipt	Wed Mar 21 15:58:17 2018 +0200
     1.2 +++ b/libpng16/receipt	Mon Apr 16 11:36:31 2018 +0300
     1.3 @@ -17,7 +17,10 @@
     1.4  
     1.5  compile_rules() {
     1.6  	LIBS=-lpthread \
     1.7 -	./configure $CONFIGURE_ARGS && make && make install || return 1
     1.8 +	./configure $CONFIGURE_ARGS &&
     1.9 +	fix libtool &&
    1.10 +	make &&
    1.11 +	make install || return 1
    1.12  
    1.13  	cook_pick_docs README libpng-manual.txt
    1.14