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
cleanup-cruft
Chris Gianelloni 19 years ago
parent 8413f157eb
commit 961da2dfa6

@ -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

Loading…
Cancel
Save