Accepting request 70449 from home:StefanBruens:branches:devel:tools
- revert removal for gcc-32bit requirement, breaks valgrinding 32bit code on 64bit archs This has been removed 2010/Oct/21. The missing dependency is detected by configure ("checking for 32 bit build support... no") but this is not fatal when only running 64bit on 64bit archs. OBS-URL: https://build.opensuse.org/request/show/70449 OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=27
This commit is contained in:
parent
e34f56de3c
commit
10058aafd5
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 17 11:46:04 UTC 2011 - stefan.bruens@rwth-aachen.de
|
||||||
|
|
||||||
|
- revert removal for gcc-32bit requirement, breaks valgrinding
|
||||||
|
32bit code on 64bit archs
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 11 13:11:43 CEST 2011 - dmueller@suse.de
|
Mon Apr 11 13:11:43 CEST 2011 - dmueller@suse.de
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
Name: valgrind
|
Name: valgrind
|
||||||
BuildRequires: docbook-xsl-stylesheets docbook_4 gcc-c++ glibc-devel-32bit libxslt xorg-x11-devel
|
BuildRequires: docbook-xsl-stylesheets docbook_4 gcc-c++ glibc-devel-32bit libxslt xorg-x11-devel
|
||||||
%ifarch x86_64 ppc64
|
%ifarch x86_64 ppc64
|
||||||
BuildRequires: glibc-devel-32bit
|
BuildRequires: glibc-devel-32bit gcc-32bit
|
||||||
%endif
|
%endif
|
||||||
Url: http://valgrind.org/
|
Url: http://valgrind.org/
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
|
Loading…
x
Reference in New Issue
Block a user