Accepting request 845050 from devel:libraries:c_c++

OBS-URL: https://build.opensuse.org/request/show/845050
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openpgm?expand=0&rev=9
This commit is contained in:
Dominique Leuenberger 2020-11-02 13:04:51 +00:00 committed by Git OBS Bridge
commit 557377b588
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Oct 19 13:39:35 UTC 2020 - Cristian Rodríguez <crrodriguez@opensuse.org>
- Always pretend we do not have ftime(3), function is deprecated
and absent from next glibc release.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Aug 16 11:40:05 UTC 2019 - Michel Normand <normand@linux.vnet.ibm.com> Fri Aug 16 11:40:05 UTC 2019 - Michel Normand <normand@linux.vnet.ibm.com>

View File

@ -2,7 +2,7 @@
# #
# spec file for package openpgm # spec file for package openpgm
# #
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2020 SUSE LLC
# Copyright (c) 2012 Pascal Bleser <pascal.bleser@opensuse.org> # Copyright (c) 2012 Pascal Bleser <pascal.bleser@opensuse.org>
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
@ -87,11 +87,14 @@ This subpackage contains the header files for OpenPGM.
%patch3 -p1 %patch3 -p1
%build %build
export ac_cv_func_ftime=no
mkdir -p m4 mkdir -p m4
autoreconf -fi autoreconf -fi
%{configure} \ %{configure} \
--disable-static --disable-static
%make_build
%install %install
%make_install %make_install
rm %{buildroot}%{_libdir}/libpgm.la rm %{buildroot}%{_libdir}/libpgm.la