wok-6.x diff openmotif/receipt @ rev 7297

Add aufs. Aufs is now compile by itself like ndiswrapper-driver is. This is so the aufs source tar.gz file is not purge with tazdev everytime we need to purge it. Removed linux-aufs receipt. Updated linux, linux-source, and aufs-utils with the new changes.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Nov 17 00:59:02 2010 +0000 (2010-11-17)
parents 49e501a55595
children 0af9c10326fe
line diff
     1.1 --- a/openmotif/receipt	Sat Jul 10 09:37:09 2010 +0200
     1.2 +++ b/openmotif/receipt	Wed Nov 17 00:59:02 2010 +0000
     1.3 @@ -21,7 +21,7 @@
     1.4  	./configure --prefix=/usr --infodir=/usr/share/info \
     1.5  	--mandir=/usr/share/man \
     1.6  	$CONFIGURE_ARGS &&
     1.7 -	make -j 4 &&
     1.8 +	make -j 1 &&
     1.9  	make DESTDIR=$PWD/_pkg install
    1.10  }
    1.11