aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-connectivity/snort/snort/m4-oom-during-configure.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-connectivity/snort/snort/m4-oom-during-configure.patch')
-rw-r--r--meta-networking/recipes-connectivity/snort/snort/m4-oom-during-configure.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/meta-networking/recipes-connectivity/snort/snort/m4-oom-during-configure.patch b/meta-networking/recipes-connectivity/snort/snort/m4-oom-during-configure.patch
deleted file mode 100644
index 2250611536..0000000000
--- a/meta-networking/recipes-connectivity/snort/snort/m4-oom-during-configure.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-Upstream-Status: Backport
-
-There is an incorrect m4_define() in configure.in which will result in an
-infinite recursion, and it doesn't make sense, since snort 2.9.7 it has been
-commented out. We follow this solution to fix it.
-
-Signed-off-by: Zhiquan Li <zhiquan.li@windriver.com>
-
---- a/configure.in 2015-10-22 13:58:50.743367251 +0800
-+++ b/configure.in 2015-10-22 13:59:13.855366117 +0800
-@@ -1100,8 +1100,8 @@
- # Define PKG_CHECK_MODULES if it doesnt already exist.
- #file_ This prevents './configure' from erroring on machines that dont have
- # 'pkgconfig' installed.
--m4_ifdef([PKG_CHECK_MODULES],[], [m4_define([PKG_CHECK_MODULES],
-- [echo "PKG_CHECK_MODULES not defined"])])
-+#m4_ifdef([PKG_CHECK_MODULES],[], [m4_define([PKG_CHECK_MODULES],
-+# [echo "PKG_CHECK_MODULES not defined"])])
-
- if test "x$enable_rzb_saac" = "xyes"; then
- AC_CHECK_PROG(PKG_CONFIG,pkg-config,yes)