]> git.pld-linux.org Git - packages/glibc.git/blame - glibc.spec
- cosmetics
[packages/glibc.git] / glibc.spec
CommitLineData
98a7741e 1#
2# You can define min_kernel macro by "rpm --define 'min_kernel version'"
3# default is 2.2.0 (no changes up to 2.3.25)
029d2051 4#
5# _without_dist_kernel build without kernel from the distribution;
6# headers will be searched in %_kernelsrcdir/include.
b3f08969 7# _without_fp build without frame pointer (pass --enable-omitfp)
5ea2d863 8# _without_memusage build without memusage
ca246370 9#
76f01b70
JB
10# _with_kernheaders use "kernheaders" as user-space kernel headers
11# (instead of copying from kernel-headers 2.4.x)
12# [broken at the moment]
13#
37cd6ebc
JB
14# TODO:
15# - localedb-gen man pages(?)
16# - serious problem with upgrade (changing zoneinfo/posix/* dirs into symlinks)
17# are there any other solutions than revert???
ca246370 18#
76f01b70
JB
19# WARNING:
20# posix zoneinfo dir removed, /etc/rc.d/init.d/timezone must be changed
21# in order to use this version!
22#
f991b0da 23%bcond_with nptl # enable new posix thread library (req: kernel 2.5/2.6)
4fb054d0 24 # instead of linuxthreads
25
26%if %{with nptl}
f991b0da 27%define min_kernel 2.5.65
4fb054d0 28%endif
29
98a7741e 30%{!?min_kernel:%define min_kernel 2.2.0}
6c971c4f 31%define rel 0.030907.1
236a5027 32Summary: GNU libc
33Summary(de): GNU libc
34Summary(fr): GNU libc
c5387ad5 35