File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ option(ENABLE_INPUT_DPDK "Enable build of input DPDK plugin"
1717option (ENABLE_INPUT_NFB "Enable build of input NFB plugin" OFF )
1818option (ENABLE_OUTPUT_UNIREC "Enable build of output UNIREC plugin" OFF )
1919option (ENABLE_PROCESS_EXPERIMENTAL "Enable build of experimental process plugins" OFF )
20- option (ENABLE_MILISECONDS_TIMESTAMP "Compile ipfixprobe with miliseconds timestamp precesion" OFF )
20+ option (ENABLE_MILLISECONDS_TIMESTAMP "Compile ipfixprobe with miliseconds timestamp precesion" OFF )
2121option (ENABLE_NEMEA "Enable build of NEMEA plugins" OFF )
2222
2323option (ENABLE_RPMBUILD "Enable build of RPM package" ON )
2424option (ENABLE_TESTS "Build tests (make test)" OFF )
2525
26- if (ENABLE_MILISECONDS_TIMESTAMP )
26+ if (ENABLE_MILLISECONDS_TIMESTAMP )
2727 add_compile_definitions (IPXP_TS_MSEC)
2828endif ()
2929
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ Export timestamp in milliseconds.
5757%if 0%{?rhel} == 8
5858source /opt/rh/gcc-toolset-14/enable
5959%endif
60- %cmake -DCMAKE_BUILD_TYPE=Release -DENABLE_MILISECONDS_TIMESTAMP =ON
60+ %cmake -DCMAKE_BUILD_TYPE=Release -DENABLE_MILLISECONDS_TIMESTAMP =ON
6161%cmake_build
6262
6363%install
You can’t perform that action at this time.
0 commit comments