wok-next diff isapnptools/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 0e7893ac206d
children a3c581bf52b8
line diff
     1.1 --- a/isapnptools/receipt	Sat Feb 24 16:17:33 2018 +0200
     1.2 +++ b/isapnptools/receipt	Sat Apr 14 01:31:03 2018 +0300
     1.3 @@ -17,8 +17,10 @@
     1.4  compile_rules() {
     1.5  	./configure \
     1.6  		--sbindir=/sbin \
     1.7 -	$CONFIGURE_ARGS &&
     1.8 -	make && make install
     1.9 +		$CONFIGURE_ARGS &&
    1.10 +	fix libtool &&
    1.11 +	make &&
    1.12 +	make install
    1.13  }
    1.14  
    1.15  genpkg_rules() {