]> git.pld-linux.org Git - packages/kernel.git/blame - kernel.spec
Don't register empty sysctl dirs in /proc/sys.
[packages/kernel.git] / kernel.spec
CommitLineData
9b3bab6e
JR
1#
2# If you define the following as 1, only kernel, -headers and -source
3# packages will be built
88ef7373 4
5%bcond_without smp # don't build SMP kernel
6%bcond_without up # don't build UP kernel
7%bcond_without boot # don't build BOOT kernel
8%bcond_without source # don't build source
9%bcond_without doc # don't build documentation package
10%bcond_without grsec # don't apply grsecurity patch
11%bcond_without kheaders # build without support for glibc-kernel-headers
12%bcond_with win4lin # apply the Win4lin patches
13
00ce8b2e 14%define base_arch %(echo %{_target_cpu} | sed 's/i.86/i386/;s/athlon/i386/;s/amd64/x86_64/')
9b3bab6e
JR
15%define no_install_post_strip 1
16%define no_install_post_compress_modules 1
226c06b8 17#
c924cfcd 18%define pre_version %{nil}
05d2cdc6 19%define netfilter_snap 20031209
0e21830d 20%define i2c_version 2.8.1
601b4e87
KT
21Summary: The Linux kernel (the core of the Linux operating system)
22Summary(de): Der Linux-Kernel (Kern des Linux-Betriebssystems)
46ccf9a1 23