wok-next diff libpipeline/receipt @ rev 20767

mediawiki: up (1.30.0); mt-daapd, nagios: tiny edits
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jun 06 12:12:40 2018 +0300 (2018-06-06)
parents 90a5eb560fd6
children e7a485521d6a
line diff
     1.1 --- a/libpipeline/receipt	Wed Feb 21 19:48:17 2018 +0200
     1.2 +++ b/libpipeline/receipt	Wed Jun 06 12:12:40 2018 +0300
     1.3 @@ -16,7 +16,10 @@
     1.4  SPLIT="libpipeline-dev"
     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() {