Skip to content

Commit

Permalink
Merge pull request #92 from CESNET/unirec-fix-el9-build
Browse files Browse the repository at this point in the history
Unirec fix el9 build
  • Loading branch information
sedmicha authored Mar 12, 2024
2 parents a766a55 + a614d95 commit 21c6079
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion extra_plugins/output/unirec/ipfixcol2-unirec-output.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Vendor: CESNET, z.s.p.o.
Packager:

BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}
BuildRequires: gcc >= 4.8, cmake >= 2.8.8, make
BuildRequires: gcc >= 4.8, gcc-c++ >= 4.8, cmake >= 2.8.8, make
BuildRequires: ipfixcol2-devel, libfds-devel, /usr/bin/rst2man
BuildRequires: libtrap-devel, unirec >= 2.3.0
Requires: libtrap >= 0.12.0, ipfixcol2 >= 2.0.0, libfds >= 0.1.0
Expand All @@ -30,6 +30,7 @@ Plugin for converting IPFIX data to UniRec format.

# Build source code
%build
%global _vpath_builddir .
%cmake .
make %{?_smp_mflags}

Expand Down

0 comments on commit 21c6079

Please sign in to comment.