-
Notifications
You must be signed in to change notification settings - Fork 1
/
bro-2.5.1-broctl-disable-aux.patch
48 lines (44 loc) · 1.45 KB
/
bro-2.5.1-broctl-disable-aux.patch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
--- bro-2.4.1/aux/broctl/CMakeLists.txt 2015-09-06 21:43:34.000000000 +0200
+++ bro-2.4.1/aux/broctl/CMakeLists.txt.new 2015-10-15 20:58:10.279584930 +0200
@@ -14,27 +14,27 @@
include(FindRequiredPackage)
-if (EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/aux/pysubnettree/CMakeLists.txt)
- add_subdirectory(aux/pysubnettree)
- set(SUBNETTREE_FOUND true)
- set(SUBNETTREE_PYTHON_MODULE "build from source aux/pysubnettree")
-endif ()
-
-if (EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/aux/capstats/CMakeLists.txt)
- add_subdirectory(aux/capstats)
-else ()
- find_package(Capstats)
-endif ()
-
-if (EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/aux/trace-summary/CMakeLists.txt)
- add_subdirectory(aux/trace-summary)
-else ()
- find_package(TraceSummary)
-endif ()
+#if (EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/aux/pysubnettree/CMakeLists.txt)
+# add_subdirectory(aux/pysubnettree)
+# set(SUBNETTREE_FOUND true)
+# set(SUBNETTREE_PYTHON_MODULE "build from source aux/pysubnettree")
+#endif ()
+#
+#if (EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/aux/capstats/CMakeLists.txt)
+# add_subdirectory(aux/capstats)
+#else ()
+# find_package(Capstats)
+#endif ()
+#
+#if (EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/aux/trace-summary/CMakeLists.txt)
+# add_subdirectory(aux/trace-summary)
+#else ()
+# find_package(TraceSummary)
+#endif ()
find_package(Bro)
FindRequiredPackage(PythonInterp)
-FindRequiredPackage(SubnetTree)
+#FindRequiredPackage(SubnetTree)
find_package(PCAP)
if (HAVE_PF_RING)