wok-next rev 19694
Fix libusb (again) and gcr
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Apr 22 13:04:57 2017 +0300 (2017-04-22) |
parents | 4048d48a47c1 |
children | 9ee8f405f17f |
files | gcr/receipt libusb/receipt |
line diff
1.1 --- a/gcr/receipt Fri Apr 21 14:48:05 2017 +0300 1.2 +++ b/gcr/receipt Sat Apr 22 13:04:57 2017 +0300 1.3 @@ -16,7 +16,7 @@ 1.4 pcre pixman xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXext xorg-libXrender \ 1.5 zlib" 1.6 BUILD_DEPENDS="intltool gtk-doc gobject-introspection-dev gtk+3-dev vala \ 1.7 -p11-kit-dev" 1.8 +p11-kit-dev libgcrypt-dev" 1.9 SPLIT="gcr-base" 1.10 1.11 # Rules to configure and make the package.
2.1 --- a/libusb/receipt Fri Apr 21 14:48:05 2017 +0300 2.2 +++ b/libusb/receipt Sat Apr 22 13:04:57 2017 +0300 2.3 @@ -18,10 +18,11 @@ 2.4 # Rules to configure and make the package. 2.5 compile_rules() 2.6 { 2.7 + # Results are unstable, please keep `make -j1` 2.8 ./configure \ 2.9 --disable-static \ 2.10 $CONFIGURE_ARGS && 2.11 - make && make install 2.12 + make -j1 && make install 2.13 } 2.14 2.15 # Rules to gen a SliTaz package suitable for Tazpkg.