Accepting request 721569 from Kernel:kdump

OBS-URL: https://build.opensuse.org/request/show/721569
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/eppic?expand=0&rev=8
This commit is contained in:
Dominique Leuenberger 2019-09-05 10:09:35 +00:00 committed by Git OBS Bridge
commit 3d249471e3
2 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Aug 2 06:59:17 UTC 2019 - Martin Liška <mliska@suse.cz>
- Use FAT LTO objects in order to provide proper static library.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jul 15 01:09:33 UTC 2016 - jengelh@inai.de Fri Jul 15 01:09:33 UTC 2016 - jengelh@inai.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package eppic # spec file for package eppic
# #
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# 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
@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
@ -24,7 +24,7 @@ Name: eppic
Version: 3.99.%{checkout} Version: 3.99.%{checkout}
Release: 0 Release: 0
Summary: Embeddable Pre-Processor and Interpreter for C Summary: Embeddable Pre-Processor and Interpreter for C
License: GPL-2.0+ License: GPL-2.0-or-later
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Source: %{name}-git%{git_commit}.tar.bz2 Source: %{name}-git%{git_commit}.tar.bz2
Patch1: %{name}-fix-install.patch Patch1: %{name}-fix-install.patch
@ -61,6 +61,7 @@ This package provides the include files and libraries needed for development.
%patch2 -p1 %patch2 -p1
%build %build
%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
cd libeppic cd libeppic
make CFLAGS="%{optflags} -fPIC" %{?_smp_mflags} make CFLAGS="%{optflags} -fPIC" %{?_smp_mflags}