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