wok rev 16508

libsearpc: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Apr 24 15:10:41 2014 +0000 (2014-04-24)
parents f87f9df200aa
children ba780b0b772e
files libsearpc/receipt
line diff
     1.1 --- a/libsearpc/receipt	Thu Apr 24 16:06:34 2014 +0200
     1.2 +++ b/libsearpc/receipt	Thu Apr 24 15:10:41 2014 +0000
     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.