[thunderbird] drop the -g workaround for s390x

Dan Horák sharkcz at fedoraproject.org
Fri Sep 14 15:36:27 UTC 2012


commit 80709051d559a874c71a4f5f83bf8c7f3d29a07d
Author: Dan Horák <dan at danny.cz>
Date:   Fri Sep 14 17:36:12 2012 +0200

    drop the -g workaround for s390x

 thunderbird.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/thunderbird.spec b/thunderbird.spec
index 6a7c167..bbc3231 100644
--- a/thunderbird.spec
+++ b/thunderbird.spec
@@ -214,7 +214,7 @@ MOZ_OPT_FLAGS=$(echo "$RPM_OPT_FLAGS -fpermissive" | \
 %if %{?debug_build}
 MOZ_OPT_FLAGS=$(echo "$MOZ_OPT_FLAGS" | %{__sed} -e 's/-O2//')
 %endif
-%ifarch s390 s390x
+%ifarch s390
 MOZ_OPT_FLAGS=$(echo "$RPM_OPT_FLAGS" | %{__sed} -e 's/-g/-g1')
 %endif
 %ifarch s390 %{arm} ppc


More information about the scm-commits mailing list