diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2017-01-12 16:40:50 -0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-01-25 15:59:58 +0100 |
commit | 874527184fd32c030a3230449a3a765e44e6eb50 (patch) | |
tree | 92cb03c1ae9b63927393f4d9c9b540df3cd2231c /meta-oe/recipes-support/syslog-ng | |
parent | be4fe430356085cdc58404d82bfc5e13b55596a2 (diff) | |
download | meta-openembedded-874527184fd32c030a3230449a3a765e44e6eb50.tar.gz |
syslog-ng: drop obsolete pcre PACKAGECONFIG option
pcre is a hard dependency from syslog-ng 3.6 onwards.
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/syslog-ng')
-rw-r--r-- | meta-oe/recipes-support/syslog-ng/syslog-ng.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/syslog-ng/syslog-ng.inc b/meta-oe/recipes-support/syslog-ng/syslog-ng.inc index 4a6627249..21d174877 100644 --- a/meta-oe/recipes-support/syslog-ng/syslog-ng.inc +++ b/meta-oe/recipes-support/syslog-ng/syslog-ng.inc | |||
@@ -48,7 +48,6 @@ PACKAGECONFIG[openssl] = "--enable-ssl,--disable-ssl,openssl," | |||
48 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,," | 48 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,," |
49 | PACKAGECONFIG[systemd] = "--enable-systemd --with-systemdsystemunitdir=${systemd_unitdir}/system/,--disable-systemd --without-systemdsystemunitdir,systemd," | 49 | PACKAGECONFIG[systemd] = "--enable-systemd --with-systemdsystemunitdir=${systemd_unitdir}/system/,--disable-systemd --without-systemdsystemunitdir,systemd," |
50 | PACKAGECONFIG[linux-caps] = "--enable-linux-caps,--disable-linux-caps,libcap," | 50 | PACKAGECONFIG[linux-caps] = "--enable-linux-caps,--disable-linux-caps,libcap," |
51 | PACKAGECONFIG[pcre] = "--enable-pcre,--disable-pcre,libpcre," | ||
52 | PACKAGECONFIG[dbi] = "--enable-sql,--disable-sql,libdbi," | 51 | PACKAGECONFIG[dbi] = "--enable-sql,--disable-sql,libdbi," |
53 | PACKAGECONFIG[libnet] = "--enable-libnet --with-libnet=${STAGING_BINDIR_CROSS},--disable-libnet,libnet," | 52 | PACKAGECONFIG[libnet] = "--enable-libnet --with-libnet=${STAGING_BINDIR_CROSS},--disable-libnet,libnet," |
54 | PACKAGECONFIG[smtp] = "--enable-smtp --with-libesmtp=${STAGING_LIBDIR},--disable-smtp,libesmtp," | 53 | PACKAGECONFIG[smtp] = "--enable-smtp --with-libesmtp=${STAGING_LIBDIR},--disable-smtp,libesmtp," |