From f2ec214f097acd84ff044c26a57789b153cee219 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Tue, 22 Jul 2014 17:07:04 +0200 Subject: snort: add missing pkgconfig inherit * otherwise m4 eats all memory and is killed by OOMK [1051138.019784] Out of memory: Kill process 26264 (m4) score 860 or sacrifice child [1051138.019788] Killed process 26264 (m4) total-vm:23062712kB, anon-rss:15066516kB, file-rss:100kB * very strange, but m4 and snort sometimes have strange side-effects, from first google result: http://www.hipforums.com/newforums/showthread.php?t=466568 Signed-off-by: Martin Jansa --- meta-networking/recipes-connectivity/snort/snort_2.9.6.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-networking/recipes-connectivity/snort/snort_2.9.6.0.bb') diff --git a/meta-networking/recipes-connectivity/snort/snort_2.9.6.0.bb b/meta-networking/recipes-connectivity/snort/snort_2.9.6.0.bb index aba2850710..ecbbf44cb9 100644 --- a/meta-networking/recipes-connectivity/snort/snort_2.9.6.0.bb +++ b/meta-networking/recipes-connectivity/snort/snort_2.9.6.0.bb @@ -16,7 +16,7 @@ SRC_URI = " ${GENTOO_MIRROR}/${BP}.tar.gz;name=tarball \ SRC_URI[tarball.md5sum] = "18111f6de3989ca89add36077a7c2659" SRC_URI[tarball.sha256sum] = "3cc6c8a9b52f4c863a5736a73b4012aff340b50b5e002771b04d4877f47cd19e" -inherit autotools gettext update-rc.d +inherit autotools gettext update-rc.d pkgconfig INITSCRIPT_NAME = "snort" INITSCRIPT_PARAMS = "defaults" -- cgit 1.2.3-korg