diff options
-rw-r--r-- | meta-oe/recipes-extended/rsyslog/rsyslog_8.2012.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/rsyslog/rsyslog_8.2012.0.bb b/meta-oe/recipes-extended/rsyslog/rsyslog_8.2012.0.bb index 69fa963d17..4fd7e85e5d 100644 --- a/meta-oe/recipes-extended/rsyslog/rsyslog_8.2012.0.bb +++ b/meta-oe/recipes-extended/rsyslog/rsyslog_8.2012.0.bb | |||
@@ -78,6 +78,7 @@ PACKAGECONFIG[postgresql] = "--enable-pgsql,--disable-pgsql,postgresql," | |||
78 | PACKAGECONFIG[libdbi] = "--enable-libdbi,--disable-libdbi,libdbi," | 78 | PACKAGECONFIG[libdbi] = "--enable-libdbi,--disable-libdbi,libdbi," |
79 | PACKAGECONFIG[mail] = "--enable-mail,--disable-mail,," | 79 | PACKAGECONFIG[mail] = "--enable-mail,--disable-mail,," |
80 | PACKAGECONFIG[valgrind] = ",--without-valgrind-testbench,valgrind," | 80 | PACKAGECONFIG[valgrind] = ",--without-valgrind-testbench,valgrind," |
81 | PACKAGECONFIG[imhttp] = "--enable-imhttp,--disable-imhttp,civetweb," | ||
81 | 82 | ||
82 | do_configure_prepend() { | 83 | do_configure_prepend() { |
83 | sed -i -e 's|python |python3 |g' ${S}/tests/*.sh | 84 | sed -i -e 's|python |python3 |g' ${S}/tests/*.sh |