Accepting request 57609 from Base:System

Accepted submit request 57609 from user msmeissn

OBS-URL: https://build.opensuse.org/request/show/57609
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zlib?expand=0&rev=24
This commit is contained in:
Berthold Gunreben 2011-01-10 09:35:58 +00:00 committed by Git OBS Bridge
parent 6df8d3bebc
commit 7e61bdcd03
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Jan 9 14:33:08 CET 2011 - meissner@suse.de
- do not use compiler profile information, as the testsuite fails
when using it.
-------------------------------------------------------------------
Tue Dec 21 16:12:56 CET 2010 - meissner@suse.de

View File

@ -86,6 +86,8 @@ libraries.
%patch2 -p1
%build
# Marcus: breaks example64 in 32bit builds.
%define do_profiling 0
%if %{do_profiling}
profiledir=$(mktemp -d)
trap "rm -rf $profiledir" EXIT