wok diff aufs/receipt @ rev 18313

Up openssh (7.1p1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Aug 26 16:50:02 2015 +0200 (2015-08-26)
parents 2a99b2b046d1
children e111e954037a
line diff
     1.1 --- a/aufs/receipt	Thu Jan 30 17:31:57 2014 +0000
     1.2 +++ b/aufs/receipt	Wed Aug 26 16:50:02 2015 +0200
     1.3 @@ -32,6 +32,11 @@
     1.4  	# The sed fixes are from gentoo portage build.
     1.5  	sed -i "s:aufs.ko usr/include/linux/aufs_type.h:aufs.ko:g" Makefile
     1.6  	sed -i "s:__user::g" include/linux/aufs_type.h
     1.7 +	
     1.8 +	# Linux 3.2.71 support
     1.9 +	sed -i 's/d_u.d_child/d_u.d_alias/' fs/aufs/dcsub.c fs/aufs/hnotify.c
    1.10 +	sed -i 's/ d_alias/ d_u.d_alias/' fs/aufs/hnotify.c fs/aufs/export.c
    1.11 +	
    1.12  	make -j 1 KDIR=/usr/src/linux
    1.13  	xz -f fs/aufs/aufs.ko
    1.14  }