forked from pool/glibc
Accepting request 72564 from home:a_jaeger:branches:openSUSE:Factory
Use 2.6.5 as oldest supported kernel on all archs besides x86 and x86-64 (reverting partially a change). OBS-URL: https://build.opensuse.org/request/show/72564 OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=56
This commit is contained in:
parent
1959442717
commit
0f2a812c97
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 3 08:40:55 UTC 2011 - aj@suse.de
|
||||
|
||||
- Use 2.6.5 as oldest supported kernel on all archs besides x86 and
|
||||
x86-64 (reverting partially a change).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 27 11:55:35 UTC 2011 - aj@suse.de
|
||||
|
||||
@ -22,7 +28,7 @@ Thu May 26 07:53:51 UTC 2011 - aj@suse.de
|
||||
-------------------------------------------------------------------
|
||||
Wed May 25 15:28:37 UTC 2011 - aj@suse.de
|
||||
|
||||
- Run on kernel 2.6.32 or older only - and optimize thus.
|
||||
- Run on kernel 2.6.32 or newer only - and optimize thus.
|
||||
- Enable malloc implementation that is be less memory efficient
|
||||
but higher performing in multi-threaded programs.
|
||||
- Use --enable-bind-now to avoid lazy binding in ld.so
|
||||
|
@ -52,7 +52,11 @@ BuildRequires: libselinux-devel
|
||||
License: GPLv2+
|
||||
Summary: Standard Shared Libraries (from the GNU C Library)
|
||||
Group: System/Libraries
|
||||
%ifarch %ix86 x86_64
|
||||
%define enablekernel 2.6.32
|
||||
%else
|
||||
%define enablekernel 2.6.5
|
||||
%endif
|
||||
Conflicts: kernel < %{enablekernel}
|
||||
%define exp_malloc 1
|
||||
Obsoletes: ngpt < 2.2.2 ngpt-devel < 2.2.2
|
||||
|
Loading…
Reference in New Issue
Block a user