From 7518e083c3688b90fc7f4a745d638148f712bc87320a1061732cc158bafa6f8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 31 Mar 2020 12:18:04 +0000 Subject: [PATCH] Accepting request 790124 from home:marxin:branches:hardware - Add -fcommon in order to fix boo#1160415. OBS-URL: https://build.opensuse.org/request/show/790124 OBS-URL: https://build.opensuse.org/package/show/hardware/sbl?expand=0&rev=33 --- sbl.changes | 5 +++++ sbl.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/sbl.changes b/sbl.changes index c23ee3f..8599650 100644 --- a/sbl.changes +++ b/sbl.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 31 11:58:31 UTC 2020 - Martin Liška + +- Add -fcommon in order to fix boo#1160415. + ------------------------------------------------------------------- Fri Mar 29 09:07:59 UTC 2019 - Jan Engelhardt diff --git a/sbl.spec b/sbl.spec index 04bcb6a..afeb854 100644 --- a/sbl.spec +++ b/sbl.spec @@ -1,7 +1,7 @@ # # spec file for package sbl # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -68,8 +68,8 @@ this python module enables orca to use brld for braille output %patch7 -p1 %build -make %{?_smp_mflags} CFLAGS="%{optflags} -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE" \ - LIB_CFLAGS="%{optflags} -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -fPIC $(pkg-config speech-dispatcher --cflags)" +make %{?_smp_mflags} CFLAGS="%{optflags} -fcommon -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE" \ + LIB_CFLAGS="%{optflags} -fcommon -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -fPIC $(pkg-config speech-dispatcher --cflags)" %install %make_install LIBINSTPATH=%{_libdir}