1
0
Fork 0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-05-21 11:16:26 +02:00

We've switched configuration to use system libraries by default

This commit is contained in:
Pavel Odintsov 2023-01-16 13:29:13 +00:00
parent 6e932c269e
commit 385c6968eb
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ DDoS detection tool with sFlow, Netflow, IPFIX and port mirror support.
%build
%cmake -DENABLE_CUSTOM_BOOST_BUILD=FALSE -DDO_NOT_USE_SYSTEM_LIBRARIES_FOR_BUILD=FALSE -DCMAKE_SKIP_BUILD_RPATH=TRUE -DLINK_WITH_ABSL=TRUE -S src
%cmake -DCMAKE_SKIP_BUILD_RPATH=TRUE -DLINK_WITH_ABSL=TRUE -S src
%cmake_build

View File

@ -51,7 +51,7 @@ DDoS detection tool with sFlow, Netflow, IPFIX and port mirror support.
%build
%cmake -DENABLE_CUSTOM_BOOST_BUILD=FALSE -DDO_NOT_USE_SYSTEM_LIBRARIES_FOR_BUILD=FALSE -DCMAKE_SKIP_BUILD_RPATH=TRUE -DLINK_WITH_ABSL=TRUE -S src
%cmake -DCMAKE_SKIP_BUILD_RPATH=TRUE -DLINK_WITH_ABSL=TRUE -S src
%cmake_build