diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-07-22 17:07:04 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-07-24 15:31:51 +0200 |
commit | f2ec214f097acd84ff044c26a57789b153cee219 (patch) | |
tree | fa0842a15c6bd71f6c78102a1cd1552f2ee0a386 /meta-networking | |
parent | 09f40c089d490b7734e227cd5abcb1706054d8fe (diff) | |
download | meta-openembedded-f2ec214f097acd84ff044c26a57789b153cee219.tar.gz |
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 <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r-- | meta-networking/recipes-connectivity/snort/snort_2.9.6.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 aba285071..ecbbf44cb 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 \ | |||
16 | SRC_URI[tarball.md5sum] = "18111f6de3989ca89add36077a7c2659" | 16 | SRC_URI[tarball.md5sum] = "18111f6de3989ca89add36077a7c2659" |
17 | SRC_URI[tarball.sha256sum] = "3cc6c8a9b52f4c863a5736a73b4012aff340b50b5e002771b04d4877f47cd19e" | 17 | SRC_URI[tarball.sha256sum] = "3cc6c8a9b52f4c863a5736a73b4012aff340b50b5e002771b04d4877f47cd19e" |
18 | 18 | ||
19 | inherit autotools gettext update-rc.d | 19 | inherit autotools gettext update-rc.d pkgconfig |
20 | 20 | ||
21 | INITSCRIPT_NAME = "snort" | 21 | INITSCRIPT_NAME = "snort" |
22 | INITSCRIPT_PARAMS = "defaults" | 22 | INITSCRIPT_PARAMS = "defaults" |