diff options
Diffstat (limited to 'meta-networking/recipes-connectivity/snort/snort/fix-host-contamination-when-enable-static-daq.patch')
-rw-r--r-- | meta-networking/recipes-connectivity/snort/snort/fix-host-contamination-when-enable-static-daq.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-networking/recipes-connectivity/snort/snort/fix-host-contamination-when-enable-static-daq.patch b/meta-networking/recipes-connectivity/snort/snort/fix-host-contamination-when-enable-static-daq.patch index 2becc06244..0404ea0fab 100644 --- a/meta-networking/recipes-connectivity/snort/snort/fix-host-contamination-when-enable-static-daq.patch +++ b/meta-networking/recipes-connectivity/snort/snort/fix-host-contamination-when-enable-static-daq.patch | |||
@@ -1,3 +1,8 @@ | |||
1 | From f46d096015d7402a37a59eb66b8f6b7fbf0cdff0 Mon Sep 17 00:00:00 2001 | ||
2 | From: Kai Kang <kai.kang@windriver.com> | ||
3 | Date: Wed, 24 May 2017 17:38:53 +0800 | ||
4 | Subject: [PATCH] snort: enable static daq | ||
5 | |||
1 | Upstream-Status: Inappropriate [embedded specific] | 6 | Upstream-Status: Inappropriate [embedded specific] |
2 | 7 | ||
3 | When enable static daq for snort, it calls to daq-modules-config to get link | 8 | When enable static daq for snort, it calls to daq-modules-config to get link |
@@ -5,7 +10,11 @@ library and library path. Library path is useless for oe and cause host | |||
5 | contamination issue. So filter it. | 10 | contamination issue. So filter it. |
6 | 11 | ||
7 | Signed-off-by: Kai Kang <kai.kang@windriver.com> | 12 | Signed-off-by: Kai Kang <kai.kang@windriver.com> |
13 | |||
8 | --- | 14 | --- |
15 | configure.in | 2 +- | ||
16 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
17 | |||
9 | diff --git a/configure.in b/configure.in | 18 | diff --git a/configure.in b/configure.in |
10 | index fded45b..a247bb9 100644 | 19 | index fded45b..a247bb9 100644 |
11 | --- a/configure.in | 20 | --- a/configure.in |