Accepting request 790135 from hardware

OBS-URL: https://build.opensuse.org/request/show/790135
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sbl?expand=0&rev=44
This commit is contained in:
Dominique Leuenberger 2020-04-04 10:20:03 +00:00 committed by Git OBS Bridge
commit 825c3b4f30
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Mar 31 11:58:31 UTC 2020 - Martin Liška <mliska@suse.cz>
- Add -fcommon in order to fix boo#1160415.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Mar 29 09:07:59 UTC 2019 - Jan Engelhardt <jengelh@inai.de> Fri Mar 29 09:07:59 UTC 2019 - Jan Engelhardt <jengelh@inai.de>

View File

@ -1,7 +1,7 @@
# #
# spec file for package sbl # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # 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 %patch7 -p1
%build %build
make %{?_smp_mflags} CFLAGS="%{optflags} -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE" \ make %{?_smp_mflags} CFLAGS="%{optflags} -fcommon -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)" LIB_CFLAGS="%{optflags} -fcommon -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -fPIC $(pkg-config speech-dispatcher --cflags)"
%install %install
%make_install LIBINSTPATH=%{_libdir} %make_install LIBINSTPATH=%{_libdir}