# HG changeset patch # User Pascal Bellard # Date 1398352241 0 # Node ID 9f3a7907cf0cdd0850f1cb20239ba2561e3877af # Parent f87f9df200aabf32bf0bc3c6cf9796c0423e9c69 libsearpc: update bdeps diff -r f87f9df200aa -r 9f3a7907cf0c libsearpc/receipt --- a/libsearpc/receipt Thu Apr 24 16:06:34 2014 +0200 +++ b/libsearpc/receipt Thu Apr 24 15:10:41 2014 +0000 @@ -12,7 +12,8 @@ HOST_ARCH="i486 arm" DEPENDS="python glib jansson" -BUILD_DEPENDS="wget python-dev glib-dev jansson-dev python-simplejson" +BUILD_DEPENDS="wget python-dev glib-dev jansson-dev python-simplejson \ +automake libtool" # Rules to configure and make the package. compile_rules() @@ -22,7 +23,7 @@ --prefix=/usr \ PYTHON=/usr/bin/python2 \ $CONFIGURE_ARGS && - make && make install + make -j 1 && make install } # Rules to gen a SliTaz package suitable for Tazpkg.