wok diff btrfs-progs/receipt @ rev 11799

ppp: build rp-pppoe.so (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Feb 25 11:15:26 2012 +0100 (2012-02-25)
parents ce496ecccf24
children 73641efed1cc
line diff
     1.1 --- a/btrfs-progs/receipt	Wed Feb 23 00:28:43 2011 +0100
     1.2 +++ b/btrfs-progs/receipt	Sat Feb 25 11:15:26 2012 +0100
     1.3 @@ -16,7 +16,8 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 -	make all convert &&
     1.8 +	patch -Np1 -i $stuff/btrfs-progs-build-fixes.patch
     1.9 +	make all &&
    1.10  	make DESTDIR=$PWD/_pkg prefix=/usr install
    1.11  }
    1.12