From 997cbd48a94c2a5d63cfd82fda7ee0959ab8d4887849449a0ec6374fad87855c Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 14 Apr 2020 10:29:22 +0000 Subject: [PATCH] Accepting request 793799 from home:marxin:branches:X11:Unity - Add -fcommon in order to fix boo#1164492. OBS-URL: https://build.opensuse.org/request/show/793799 OBS-URL: https://build.opensuse.org/package/show/X11:Unity/libappindicator?expand=0&rev=31 --- libappindicator.changes | 5 +++++ libappindicator.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/libappindicator.changes b/libappindicator.changes index 91a06ec..8a2f9fc 100644 --- a/libappindicator.changes +++ b/libappindicator.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 14 10:01:22 UTC 2020 - Martin Liška + +- Add -fcommon in order to fix boo#1164492. + ------------------------------------------------------------------- Thu Apr 9 22:02:52 UTC 2020 - Dominique Leuenberger diff --git a/libappindicator.spec b/libappindicator.spec index 7c17fe4..2be271b 100644 --- a/libappindicator.spec +++ b/libappindicator.spec @@ -178,6 +178,7 @@ cp ./src/app-indicator.c ./src/app-indicator-gtk2.c #patch5 -p1 %build +%global optflags %{optflags} -fcommon # Create dummy file, to avoid dependency on gtk-doc echo "EXTRA_DIST = " >> gtk-doc.make autoreconf -vfi