From 7e61bdcd03c7f2b8e8f11972cde7102a7e8e080e3bfe9b7973a0623e86483f5c Mon Sep 17 00:00:00 2001 From: Berthold Gunreben Date: Mon, 10 Jan 2011 09:35:58 +0000 Subject: [PATCH] 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 --- zlib.changes | 6 ++++++ zlib.spec | 2 ++ 2 files changed, 8 insertions(+) diff --git a/zlib.changes b/zlib.changes index df30a8e..e0aa3dd 100644 --- a/zlib.changes +++ b/zlib.changes @@ -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 diff --git a/zlib.spec b/zlib.spec index a2ff032..4a9e7a6 100644 --- a/zlib.spec +++ b/zlib.spec @@ -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