wok-next diff libsamplerate/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 6d173c4b9591
children f48456621a9d
line diff
     1.1 --- a/libsamplerate/receipt	Thu Mar 01 20:46:32 2018 +0200
     1.2 +++ b/libsamplerate/receipt	Mon Apr 16 11:36:31 2018 +0300
     1.3 @@ -18,7 +18,9 @@
     1.4  	./configure \
     1.5  		--disable-static \
     1.6  		$CONFIGURE_ARGS &&
     1.7 -	make && make install
     1.8 +	fix libtool &&
     1.9 +	make &&
    1.10 +	make install
    1.11  }
    1.12  
    1.13  genpkg_rules() {