Accepting request 842563 from home:elvigia:branches:devel:libraries:c_c++

- Always pretend we do not have ftime(3), function is deprecated
  and absent from next glibc release.

OBS-URL: https://build.opensuse.org/request/show/842563
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/openpgm?expand=0&rev=27
This commit is contained in:
Jan Engelhardt 2020-10-30 14:11:16 +00:00 committed by Git OBS Bridge
parent 73759c48ae
commit 014c0ce463
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