wok-next diff expat/receipt @ rev 20569

Fix libtool where applicable (a*-f* packages yet); combine collectd* receipts
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 13 07:14:16 2018 +0300 (2018-04-13)
parents 90a5eb560fd6
children 68405ac5fe8a
line diff
     1.1 --- a/expat/receipt	Wed Feb 21 19:48:17 2018 +0200
     1.2 +++ b/expat/receipt	Fri Apr 13 07:14:16 2018 +0300
     1.3 @@ -18,7 +18,9 @@
     1.4  	./configure \
     1.5  		--disable-static \
     1.6  		$CONFIGURE_ARGS &&
     1.7 -	make && make DESTDIR=$install install || return 1
     1.8 +	fix libtool &&
     1.9 +	make &&
    1.10 +	make DESTDIR=$install install || return 1
    1.11  
    1.12  	cook_pick_docs doc/*.html doc/*.css doc/*.png
    1.13  }