-
Notifications
You must be signed in to change notification settings - Fork 1
/
bro-1.5.1-configure.patch
56 lines (53 loc) · 1.66 KB
/
bro-1.5.1-configure.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
49
50
51
52
53
54
55
56
diff -up bro-1.5.1/configure.orig bro-1.5.1/configure
--- bro-1.5.1/configure.orig 2009-12-19 00:18:58.000000000 +0100
+++ bro-1.5.1/configure 2010-09-08 13:14:10.555260941 +0200
@@ -4299,29 +4299,29 @@ else
nbdns="yes"
fi;
-set |
- sed -n -e 's/^enable_\([^=]*\)=[^=]*$/\1/p' |
- while read var; do
- ok=0
- for o in option_checking activemapping binpac broccoli brov6 debug \
- expire_dfa_states gtk_doc int64 openssl perftools perl \
- select_loop shippedpcap broctl cluster nbdns; do
- if test "${o}" = "${var}" ; then
- ok=1
- break
- fi
- done
- if test ${ok} -eq 0 ; then
- # It's hard to kill configure script from subshell!
- { { echo "$as_me:$LINENO: error: unknown enable option: ${var}" >&5
-echo "$as_me: error: unknown enable option: ${var}" >&2;}
- { (exit 1); exit 1; }; }
- exit 1
- fi
- done
- if test $? -ne 0 ; then
- exit 1
- fi
+#set |
+# sed -n -e 's/^enable_\([^=]*\)=[^=]*$/\1/p' |
+# while read var; do
+# ok=0
+# for o in option_checking activemapping binpac broccoli brov6 debug \
+# expire_dfa_states gtk_doc int64 openssl perftools perl \
+# select_loop shippedpcap broctl cluster nbdns; do
+# if test "${o}" = "${var}" ; then
+# ok=1
+# break
+# fi
+# done
+# if test ${ok} -eq 0 ; then
+# # It's hard to kill configure script from subshell!
+# { { echo "$as_me:$LINENO: error: unknown enable option: ${var}" >&5
+#echo "$as_me: error: unknown enable option: ${var}" >&2;}
+# { (exit 1); exit 1; }; }
+# exit 1
+# fi
+# done
+# if test $? -ne 0 ; then
+# exit 1
+# fi
if test "$use_openssl" != "no" -a "$use_openssl" != "NO"; then