wok-current rev 18405

libcanberra: race condition
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Sep 19 09:52:06 2015 +0200 (2015-09-19)
parents 51bcfe1a750e
children 008c6e5ef5a5
files libcanberra/receipt
line diff
     1.1 --- a/libcanberra/receipt	Sat Sep 19 09:46:36 2015 +0200
     1.2 +++ b/libcanberra/receipt	Sat Sep 19 09:52:06 2015 +0200
     1.3 @@ -17,12 +17,11 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	cd $src
     1.8  	./configure \
     1.9  		--enable-gtk \
    1.10  		$CONFIGURE_ARGS &&
    1.11  	make &&
    1.12 -	make install
    1.13 +	make -j 1 install
    1.14  }
    1.15  
    1.16  # Rules to gen a SliTaz package suitable for Tazpkg.