wok diff libsearpc/receipt @ rev 17543

Up busybox (1.23.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 27 16:55:03 2015 +0100 (2015-01-27)
parents 048c66ed11ec
children 16df76e1fc6a
line diff
     1.1 --- a/libsearpc/receipt	Thu Apr 24 15:38:01 2014 +0200
     1.2 +++ b/libsearpc/receipt	Tue Jan 27 16:55:03 2015 +0100
     1.3 @@ -12,7 +12,8 @@
     1.4  HOST_ARCH="i486 arm"
     1.5  
     1.6  DEPENDS="python glib jansson"
     1.7 -BUILD_DEPENDS="wget python-dev glib-dev jansson-dev python-simplejson"
     1.8 +BUILD_DEPENDS="wget python-dev glib-dev jansson-dev python-simplejson \
     1.9 +automake libtool"
    1.10  	
    1.11  # Rules to configure and make the package.
    1.12  compile_rules()
    1.13 @@ -22,7 +23,7 @@
    1.14  		--prefix=/usr \
    1.15  		PYTHON=/usr/bin/python2 \
    1.16  		$CONFIGURE_ARGS &&
    1.17 -	make && make install
    1.18 +	make -j 1 && make install
    1.19  }
    1.20  
    1.21  # Rules to gen a SliTaz package suitable for Tazpkg.