Skip to content

Commit 21c6079

Browse files
authored
Merge pull request #92 from CESNET/unirec-fix-el9-build
Unirec fix el9 build
2 parents a766a55 + a614d95 commit 21c6079

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

extra_plugins/output/unirec/ipfixcol2-unirec-output.spec.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Vendor: CESNET, z.s.p.o.
1111
Packager:
1212

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

3131
# Build source code
3232
%build
33+
%global _vpath_builddir .
3334
%cmake .
3435
make %{?_smp_mflags}
3536

0 commit comments

Comments
 (0)