We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a766a55 + a614d95 commit 21c6079Copy full SHA for 21c6079
extra_plugins/output/unirec/ipfixcol2-unirec-output.spec.in
@@ -11,7 +11,7 @@ Vendor: CESNET, z.s.p.o.
11
Packager:
12
13
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}
14
-BuildRequires: gcc >= 4.8, cmake >= 2.8.8, make
+BuildRequires: gcc >= 4.8, gcc-c++ >= 4.8, cmake >= 2.8.8, make
15
BuildRequires: ipfixcol2-devel, libfds-devel, /usr/bin/rst2man
16
BuildRequires: libtrap-devel, unirec >= 2.3.0
17
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.
30
31
# Build source code
32
%build
33
+%global _vpath_builddir .
34
%cmake .
35
make %{?_smp_mflags}
36
0 commit comments