wok-next diff alpine/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 31a5f8af77a8
children a5d7827e08cf
line diff
     1.1 --- a/alpine/receipt	Thu Mar 08 01:13:43 2018 +0200
     1.2 +++ b/alpine/receipt	Fri Apr 13 07:14:16 2018 +0300
     1.3 @@ -22,7 +22,9 @@
     1.4  		--with-ssl-include-dir=/usr/include/openssl-1.0/ \
     1.5  		--with-ssl-lib-dir=/usr/lib/openssl-1.0/ \
     1.6  		$CONFIGURE_ARGS &&
     1.7 -	make && make DESTDIR=$DESTDIR install
     1.8 +	fix libtool &&
     1.9 +	make &&
    1.10 +	make DESTDIR=$DESTDIR install
    1.11  }
    1.12  
    1.13  genpkg_rules() {