forked from pool/glibc
Accepting request 74645 from home:a_jaeger:branches:openSUSE:Factory
Disable exp_malloc to fix build on PowerPC. OBS-URL: https://build.opensuse.org/request/show/74645 OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=70
This commit is contained in:
parent
0a7a66275a
commit
9b06b38574
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 27 12:19:47 UTC 2011 - aj@suse.de
|
||||
|
||||
- Disable exp_malloc on PPC platforms for now since it caused a
|
||||
build failure.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 27 11:00:33 UTC 2011 - aj@suse.de
|
||||
|
||||
|
@ -57,7 +57,14 @@ BuildRequires: libstdc++-devel
|
||||
%else
|
||||
%define enablekernel 2.6.5
|
||||
%endif
|
||||
%ifarch ppc ppc64
|
||||
# On PowerPC we got a memory corruption during building, disabling
|
||||
# exp_malloc fixed it. Disable it until we have found and fixed the
|
||||
# root cause.
|
||||
%define exp_malloc 0
|
||||
%else
|
||||
%define exp_malloc 1
|
||||
%endif
|
||||
# ngpt was used in 8.1 and SLES8
|
||||
Obsoletes: ngpt < 2.2.2
|
||||
Obsoletes: ngpt-devel < 2.2.2
|
||||
|
Loading…
Reference in New Issue
Block a user