From 76452559ed2f34d9667d0c9829a0dd8cbdad7ecca39692fd5a7685a6b33171b9 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Wed, 15 Aug 2007 18:33:56 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/MozillaThunderbird?expand=0&rev=12 --- MozillaThunderbird.changes | 6 ++++++ MozillaThunderbird.spec | 11 ++++++++++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/MozillaThunderbird.changes b/MozillaThunderbird.changes index 9474c32..672629b 100644 --- a/MozillaThunderbird.changes +++ b/MozillaThunderbird.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Aug 15 15:04:09 CEST 2007 - maw@suse.de + +- On x86_64, s390, and s390x, deactivate the hidden visibility + support, thereby fixing the build. + ------------------------------------------------------------------- Wed Jul 25 21:52:23 CEST 2007 - maw@suse.de diff --git a/MozillaThunderbird.spec b/MozillaThunderbird.spec index a40e335..1cde37b 100644 --- a/MozillaThunderbird.spec +++ b/MozillaThunderbird.spec @@ -14,7 +14,7 @@ Name: MozillaThunderbird BuildRequires: gcc-c++ libgnomeui-devel libidl-devel mozilla-nss-devel orbit-devel unzip update-desktop-files zip License: GPL v2 or later, LGPL v2 or later Version: 2.0.0.5 -Release: 1 +Release: 5 Summary: The Stand-Alone Mozilla Mail Component URL: http://www.mozilla.org/products/thunderbird/ Group: Productivity/Networking/Email/Clients @@ -153,6 +153,12 @@ export CFLAGS="$CFLAGS -fstack-protector" %ifarch ppc64 export CFLAGS="$CFLAGS -mminimal-toc" %endif +# needed at the time for x86_64, s390, and s390x, in 10.3 at least. +%if %suse_version > 1020 +%ifarch x86_64 s390 s390x +export ac_cv_visibility_hidden="no" +%endif +%endif export CXXFLAGS="$CFLAGS" export MOZCONFIG=$RPM_BUILD_DIR/mozconfig cat << EOF > $MOZCONFIG @@ -586,6 +592,9 @@ exit 0 %endif %changelog +* Wed Aug 15 2007 - maw@suse.de +- On x86_64, s390, and s390x, deactivate the hidden visibility + support, thereby fixing the build. * Wed Jul 25 2007 - maw@suse.de - Security update to version 2.0.0.5 (#288115) - This new release has fixes for: