wok-next diff libdvdread/receipt @ rev 20575

More fix libtool; combine libdbusmenu-gtk*
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Apr 14 01:31:03 2018 +0300 (2018-04-14)
parents c3a368c0cddb
children d6378d455338
line diff
     1.1 --- a/libdvdread/receipt	Fri Mar 02 03:33:54 2018 +0200
     1.2 +++ b/libdvdread/receipt	Sat Apr 14 01:31:03 2018 +0300
     1.3 @@ -13,11 +13,16 @@
     1.4  
     1.5  BUILD_DEPENDS="libdvdcss-dev autoconf automake libtool"
     1.6  SPLIT="libdvdread-dev"
     1.7 +COOKOPTS="skip-log-errors"
     1.8  
     1.9  compile_rules() {
    1.10  	patch -Np1 -i $stuff/DVDFileStat.patch
    1.11 -	./autogen.sh $CONFIGURE_ARGS 2>&1 | grep -v /libtool &&
    1.12 -	make && make install
    1.13 +
    1.14 +	./autogen.sh \
    1.15 +		$CONFIGURE_ARGS &&
    1.16 +	fix libtool &&
    1.17 +	make &&
    1.18 +	make install
    1.19  }
    1.20  
    1.21  genpkg_rules() {