wok-next diff wv/receipt @ rev 20712

libtorrent: fix rtorrent building for non-64bit archs
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun May 27 12:13:53 2018 +0300 (2018-05-27)
parents 10df65db91ad
children f48456621a9d
line diff
     1.1 --- a/wv/receipt	Thu Apr 19 13:15:41 2018 +0300
     1.2 +++ b/wv/receipt	Sun May 27 12:13:53 2018 +0300
     1.3 @@ -7,28 +7,30 @@
     1.4  MAINTAINER="pankso@slitaz.org"
     1.5  LICENSE="GPL2"
     1.6  WEB_SITE="http://www.abisource.com/projects/"
     1.7 +LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/wv.html"
     1.8  
     1.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.10  WGET_URL="http://www.abisource.com/downloads/wv/$VERSION/$TARBALL"
    1.11  
    1.12 -BUILD_DEPENDS="libgsf libgsf-dev glib-dev libxml2-dev libpng16-dev"
    1.13 +BUILD_DEPENDS="libgsf-dev glib-dev libxml2-dev libpng16-dev"
    1.14  SPLIT="wv-dev"
    1.15  
    1.16  compile_rules() {
    1.17  	sed -i 's|.ac_install_sh -d|mkdir -p|' configure
    1.18  
    1.19 -	./configure $CONFIGURE_ARGS &&
    1.20 +	./configure \
    1.21 +		--disable-static \
    1.22 +		$CONFIGURE_ARGS &&
    1.23  	fix libtool &&
    1.24  	make &&
    1.25 -	make DESTDIR=$DESTDIR install
    1.26 +	make install
    1.27  }
    1.28  
    1.29  genpkg_rules() {
    1.30  	case $PACKAGE in
    1.31  		wv)
    1.32  			copy @std
    1.33 -			#chmod +x $fs/usr/bin/*
    1.34 -			DEPENDS="glib libgsf libpng16 libxml2 zlib"
    1.35 +			DEPENDS="glib libgsf libxml2 zlib"
    1.36  			;;
    1.37  		*-dev)
    1.38  			copy @dev