SHA256
3
0
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:
Andreas Jaeger 2011-06-27 12:21:08 +00:00 committed by Git OBS Bridge
parent 0a7a66275a
commit 9b06b38574
2 changed files with 13 additions and 0 deletions

View File

@ -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 Mon Jun 27 11:00:33 UTC 2011 - aj@suse.de

View File

@ -57,7 +57,14 @@ BuildRequires: libstdc++-devel
%else %else
%define enablekernel 2.6.5 %define enablekernel 2.6.5
%endif %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 %define exp_malloc 1
%endif
# ngpt was used in 8.1 and SLES8 # ngpt was used in 8.1 and SLES8
Obsoletes: ngpt < 2.2.2 Obsoletes: ngpt < 2.2.2
Obsoletes: ngpt-devel < 2.2.2 Obsoletes: ngpt-devel < 2.2.2