From: Barış Metin Date: Wed, 21 Apr 2010 11:00:24 +0000 (+0000) Subject: make it compile X-Git-Tag: linux-2.6.32-f12^0 X-Git-Url: http://git.onelab.eu/?p=linux-2.6.git;a=commitdiff_plain;h=refs%2Fheads%2Ff12 make it compile --- diff --git a/kernel.spec b/kernel.spec index 7fb08165b..04b9a72f0 100644 --- a/kernel.spec +++ b/kernel.spec @@ -1284,7 +1284,7 @@ ApplyPatch linux-2.6.29-sparc-IOC_TYPECHECK.patch # Exec shield # ###-vs- -ApplyPatch linux-2.6-execshield.patch -F3 +#ApplyPatch linux-2.6-execshield.patch -F3 # # bugfixes to drivers and filesystems @@ -1327,7 +1327,7 @@ ApplyPatch linux-2.6-acpi-video-dos.patch ApplyPatch linux-2.6-debug-sizeof-structs.patch ApplyPatch linux-2.6-debug-nmi-timeout.patch ApplyPatch linux-2.6-debug-taint-vm.patch -ApplyPatch linux-2.6-debug-vm-would-have-oomkilled.patch +#ApplyPatch linux-2.6-debug-vm-would-have-oomkilled.patch ApplyPatch linux-2.6-debug-always-inline-kzalloc.patch # @@ -1514,7 +1514,7 @@ do mv $i .config Arch=`head -1 .config | cut -b 3-` ###-vs- ignore the warnings, due to IPV6 being set to 'm' - make ARCH=$Arch %{oldconfig_target} > /dev/null + make ARCH=$Arch %{oldconfig_target} || : echo "# $Arch" > configs/$i cat .config >> configs/$i done