wok diff libtorrent/receipt @ rev 17581

Up: elfutils 0.161
author Alexander Medvedev <devl547@gmail.com>
date Sun Feb 08 18:13:43 2015 +0000 (2015-02-08)
parents b18dfc65984c
children 51370c1650e9
line diff
     1.1 --- a/libtorrent/receipt	Fri Jan 24 03:00:29 2014 +0000
     1.2 +++ b/libtorrent/receipt	Sun Feb 08 18:13:43 2015 +0000
     1.3 @@ -9,7 +9,9 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WEB_SITE="http://libtorrent.rakshasa.no/"
     1.6  WGET_URL="http://libtorrent.rakshasa.no/downloads/$TARBALL"
     1.7 -CROSS="bug: can not run test program"
     1.8 +
     1.9 +CROSS_BUGS="bug: can not run test program"
    1.10 +#HOST_ARCH="i486 arm"
    1.11  
    1.12  DEPENDS="curl libsigc++ openssl"
    1.13  BUILD_DEPENDS="curl-dev libsigc++-dev openssl-dev"
    1.14 @@ -17,10 +19,8 @@
    1.15  # Rules to configure and make the package.
    1.16  compile_rules()
    1.17  {
    1.18 -	cd $src
    1.19  	./configure \
    1.20 -		--build=$HOST_SYSTEM \
    1.21 -		--host=$HOST_SYSTEM &&
    1.22 +		$CONFIGURE_ARGS &&
    1.23  	make && make install
    1.24  }
    1.25