From 80709051d559a874c71a4f5f83bf8c7f3d29a07d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Hor=C3=A1k?= Date: Fri, 14 Sep 2012 17:36:12 +0200 Subject: [PATCH] drop the -g workaround for s390x --- thunderbird.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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