From 014c0ce463cedf0dbeebc054c358f49cee6c338f6fee71f56eefdec5f5f9cf5e Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 30 Oct 2020 14:11:16 +0000 Subject: [PATCH] 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 --- openpgm.changes | 6 ++++++ openpgm.spec | 5 ++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/openpgm.changes b/openpgm.changes index 3d4509e..3d83f27 100644 --- a/openpgm.changes +++ b/openpgm.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Oct 19 13:39:35 UTC 2020 - Cristian Rodríguez + +- 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 diff --git a/openpgm.spec b/openpgm.spec index fb79a6e..aba5b3f 100644 --- a/openpgm.spec +++ b/openpgm.spec @@ -2,7 +2,7 @@ # # spec file for package openpgm # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # Copyright (c) 2012 Pascal Bleser # # 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 %build +export ac_cv_func_ftime=no mkdir -p m4 autoreconf -fi %{configure} \ --disable-static +%make_build + %install %make_install rm %{buildroot}%{_libdir}/libpgm.la