wok-next diff djmount/receipt @ rev 20729

cookutils: up (1059)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue May 29 14:14:46 2018 +0300 (2018-05-29)
parents 474eb4a6385a
children d5aab818505e
line diff
     1.1 --- a/djmount/receipt	Sat Mar 24 11:07:24 2018 +0200
     1.2 +++ b/djmount/receipt	Tue May 29 14:14:46 2018 +0300
     1.3 @@ -13,15 +13,15 @@
     1.4  
     1.5  BUILD_DEPENDS="fuse2-dev readline-dev libupnp-dev"
     1.6  
     1.7 +COOKOPTS="skip-log-errors"
     1.8 +
     1.9  compile_rules() {
    1.10  	sed -i 's|upnptools.h>|&\n#include <upnp/upnp.h>|' djmount/upnp_util.h
    1.11  
    1.12  	./configure \
    1.13  		LDFLAGS="-lupnp" \
    1.14 -		--prefix=/usr \
    1.15 -		--infodir=/usr/share/info \
    1.16 -		--mandir=/usr/share/man \
    1.17 -		$CONFIGURE_ARGS 2>&1 | grep -v /config.rpath: &&
    1.18 +		$CONFIGURE_ARGS &&
    1.19 +	fix libtool &&
    1.20  	make -j1 &&
    1.21  	make -j1 install
    1.22  }