Accepting request 155392 from home:ptesarik:branches:Kernel:kdump

- update to commit fdf153d 
  o cleanup eppic_type_islocal
  o fix a Bison warning
- compile with -fPIC, so the resulting library can be used to
  produce a dynamical shared object (e.g. a crash extension or a
  makedumpfile extension)

OBS-URL: https://build.opensuse.org/request/show/155392
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/eppic?expand=0&rev=2
This commit is contained in:
Petr Tesařík 2013-02-14 09:42:02 +00:00 committed by Git OBS Bridge
parent bd03b2eb30
commit a01774dcbe
4 changed files with 16 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c65d2d3db3d1daf2ab65c5e86c8d52ec26e31c139c505c9ab27e0dab32407fb8
size 76977

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f01afd3cec724994ba2ff5aa169894ff19bd15df491fe5afb75106661550c259
size 76752

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Feb 14 09:17:43 UTC 2013 - ptesarik@suse.cz
- update to commit fdf153d
o cleanup eppic_type_islocal
o fix a Bison warning
- compile with -fPIC, so the resulting library can be used to
produce a dynamical shared object (e.g. a crash extension or a
makedumpfile extension)
-------------------------------------------------------------------
Fri Nov 16 16:10:24 UTC 2012 - ptesarik@suse.cz

View File

@ -15,8 +15,8 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%define git_date 20121116
%define git_commit 21b3246
%define git_date 20121207
%define git_commit fdf153d
Name: eppic
Version: 0
@ -64,7 +64,7 @@ This package provides the include files and libraries needed for development.
%build
cd libeppic
%{__make} CFLAGS="%{optflags}" %{?_smp_mflags}
%{__make} CFLAGS="%{optflags} -fPIC" %{?_smp_mflags}
%install
cd libeppic