From 961da2dfa6d5d467ef62e9bbdcb916ef10c09937 Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Thu, 27 Apr 2006 14:17:19 +0000 Subject: [PATCH] Add -DUNIONFS_UNSUPPORTED for 2.6.16 and unionfs. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@384 67a159dc-881f-0410-a524-ba9dfbe2cb84 --- gen_compile.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gen_compile.sh b/gen_compile.sh index 4772e10..cd2ec93 100644 --- a/gen_compile.sh +++ b/gen_compile.sh @@ -337,8 +337,8 @@ compile_unionfs_modules() { echo "MODDIR= /lib/modules/${KV}" >> fistdev.mk echo "KERNELVERSION=${KV}" >> fistdev.mk # Fix for hardened/selinux systems to have extened attributes - # per r2d2's request - echo "EXTRACFLAGS=-DUNIONFS_XATTR -DFIST_SETXATTR_CONSTVOID" \ + # per r2d2's request. Also add -DUNIONFS_UNSUPPORTED for 2.6.16 + echo "EXTRACFLAGS=-DUNIONFS_XATTR -DFIST_SETXATTR_CONSTVOID -DUNIONFS_UNSUPPORTED" \ >> fistdev.mk # Here we do something really nasty and disable debugging, along with # change our default CFLAGS -- 2.26.2