wok diff gst-plugins-ugly/receipt @ rev 5893

compcache: fix build with kernel 2.6.34
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu Jul 22 23:03:19 2010 +0200 (2010-07-22)
parents 9f19aee613be
children 328ad128bd21
line diff
     1.1 --- a/gst-plugins-ugly/receipt	Sun Feb 28 15:33:01 2010 +0100
     1.2 +++ b/gst-plugins-ugly/receipt	Thu Jul 22 23:03:19 2010 +0200
     1.3 @@ -17,7 +17,7 @@
     1.4  {
     1.5  	cd $src
     1.6  	./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var &&
     1.7 -	make &&
     1.8 +	make -j 4 &&
     1.9  	make DESTDIR=$PWD/_pkg install	
    1.10  }
    1.11