]> git.stg.codes - stg.git/commitdiff
Disable NFQ on non-linux.
authorMaksym Mamontov <madf@madf.info>
Mon, 24 Feb 2020 16:22:52 +0000 (18:22 +0200)
committerMaksym Mamontov <madf@madf.info>
Mon, 24 Feb 2020 16:22:52 +0000 (18:22 +0200)
CMakeLists.txt

index 9a75d7325552bd5dce3e602115f231b9ca907e91..c9b784978b433e494f2dab7e68a04f9fc11ac691 100644 (file)
@@ -95,7 +95,6 @@ if ( BUILD_ALL_MODS )
     set ( BUILD_MOD_STORE_POSTGRESQL ON )
     set ( BUILD_MOD_RPCCONFIG ON )
     set ( BUILD_MOD_CAP_PCAP ON )
-    set ( BUILD_MOD_CAP_NFQUEUE ON )
     set ( BUILD_MOD_RADIUS ON )
 endif ( BUILD_ALL_MODS )
 
@@ -131,6 +130,9 @@ if ( ${CMAKE_SYSTEM_NAME} STREQUAL "Linux" )
     if ( BUILD_LIB_IBPP )
         add_definitions ( -DIBPP_LINUX )
     endif ( BUILD_LIB_IBPP )
+    if ( BUILD_ALL_MODS )
+        set ( BUILD_MOD_CAP_NFQUEUE ON )
+    endif ( BUILD_ALL_MODS )
 elseif ( ${CMAKE_SYSTEM_NAME} STREQUAL "FreeBSD" )
     add_definitions ( -DFREE_BSD )
     set ( BUILD_MOD_CAP_ETHER_FREEBSD ON )