wok-next diff libsearpc/receipt @ rev 17632
lensfun: buggy make version check workaround
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Feb 14 13:45:08 2015 +0100 (2015-02-14) |
parents | 048c66ed11ec |
children | 16df76e1fc6a |
line diff
1.1 --- a/libsearpc/receipt Thu Apr 24 15:38:01 2014 +0200 1.2 +++ b/libsearpc/receipt Sat Feb 14 13:45:08 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.