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:
commit
557377b588
@ -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>
|
||||
|
||||
|
@ -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 <pascal.bleser@opensuse.org>
|
||||
#
|
||||
# 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user