Sync from SUSE:SLFO:Main libsmi revision 3f5abdde5731788b7035f94d465bdc12
This commit is contained in:
parent
bf54585f02
commit
9683fa5132
11
libsmi-c99.patch
Normal file
11
libsmi-c99.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- a/lib/parser-sming.y
|
||||||
|
+++ b/lib/parser-sming.y
|
||||||
|
@@ -17,7 +17,7 @@
|
||||||
|
|
||||||
|
#ifdef BACKEND_SMING
|
||||||
|
|
||||||
|
-#define _ISOC99_SOURCE
|
||||||
|
+
|
||||||
|
#include <stdio.h>
|
||||||
|
#include <errno.h>
|
||||||
|
#include <stdlib.h>
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 2 03:28:00 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Added patch:
|
||||||
|
* libsmi-c99.patch
|
||||||
|
+ fix build with gcc14 (boo#1225858)
|
||||||
|
+ Do not define _ISOC99_SOURCE in parser-sming.y, since
|
||||||
|
the timegm declaration in <time.h> is wrapped by
|
||||||
|
__GLIBC_USE(ISOC2X)
|
||||||
|
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 1 09:47:49 UTC 2024 - pgajdos@suse.com
|
||||||
|
|
||||||
|
- Use %patch -P N instead of deprecated %patchN.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 4 21:45:50 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
Tue Jan 4 21:45:50 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
19
libsmi.spec
19
libsmi.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libsmi
|
# spec file for package libsmi
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -16,6 +16,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%global make make
|
||||||
Name: libsmi
|
Name: libsmi
|
||||||
Version: 0.4.8
|
Version: 0.4.8
|
||||||
Release: 0
|
Release: 0
|
||||||
@ -30,6 +31,7 @@ Patch2: libsmi-CVE-2010-2891.patch
|
|||||||
Patch3: libsmi-flex.patch
|
Patch3: libsmi-flex.patch
|
||||||
Patch4: libsmi-bison-3.0.patch
|
Patch4: libsmi-bison-3.0.patch
|
||||||
Patch5: libsmi-exports.patch
|
Patch5: libsmi-exports.patch
|
||||||
|
Patch6: libsmi-c99.patch
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
BuildRequires: flex
|
BuildRequires: flex
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
@ -76,14 +78,15 @@ libsmi.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
%patch -P 0 -p1
|
||||||
%patch1 -p1
|
%patch -P 1 -p1
|
||||||
%patch2
|
%patch -P 2
|
||||||
%if 0%{?suse_version} > 1220 && 0%{?suse_version} < 1321
|
%if 0%{?suse_version} > 1220 && 0%{?suse_version} < 1321
|
||||||
%patch3 -p1
|
%patch -P 3 -p1
|
||||||
%endif
|
%endif
|
||||||
%patch4 -p1
|
%patch -P 4 -p1
|
||||||
%patch5 -p1
|
%patch -P 5 -p1
|
||||||
|
%patch -P 6 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf --force --install
|
autoreconf --force --install
|
||||||
@ -92,7 +95,7 @@ autoreconf --force --install
|
|||||||
--enable-sming \
|
--enable-sming \
|
||||||
--with-mibdir=%{_datadir}/mibs
|
--with-mibdir=%{_datadir}/mibs
|
||||||
# Parallel build disabled
|
# Parallel build disabled
|
||||||
%make_build #%{?_smp_mflags}
|
%make #%{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
|
Loading…
Reference in New Issue
Block a user