package/syslog-ng: disable python support
Upstream added a list of python modules declared as runtime dependenciesf18345d2a1
most of them with fixed (and outdated) versions. Disable python support for the time being. Fixes: http://autobuild.buildroot.net/results/436/436e90bb1f77143b05cb98df78934555bbb7df35/ Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Reviewed-by: Chris Packham <judge.packham@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> (cherry picked from commit227c42b8c3
) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
ca87e434b2
commit
fb5ced5914
@ -16,7 +16,8 @@ SYSLOG_NG_DEPENDENCIES = host-bison host-flex host-pkgconf \
|
||||
# We're patching configure.ac
|
||||
SYSLOG_NG_AUTORECONF = YES
|
||||
SYSLOG_NG_CONF_OPTS = --disable-manpages --localstatedir=/var/run \
|
||||
--disable-java --disable-java-modules --disable-mongodb
|
||||
--disable-java --disable-java-modules --disable-mongodb \
|
||||
--disable-python
|
||||
SYSLOG_NG_CFLAGS = $(TARGET_CFLAGS)
|
||||
|
||||
ifeq ($(BR2_TOOLCHAIN_HAS_GCC_BUG_101915),y)
|
||||
@ -39,15 +40,6 @@ else
|
||||
SYSLOG_NG_CONF_OPTS += --disable-linux-caps
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_PYTHON3),y)
|
||||
SYSLOG_NG_DEPENDENCIES += python3
|
||||
SYSLOG_NG_CONF_OPTS += \
|
||||
--enable-python \
|
||||
--with-python=$(PYTHON3_VERSION_MAJOR)
|
||||
else
|
||||
SYSLOG_NG_CONF_OPTS += --disable-python
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBESMTP),y)
|
||||
SYSLOG_NG_DEPENDENCIES += libesmtp
|
||||
SYSLOG_NG_CONF_OPTS += --enable-smtp
|
||||
|
Loading…
Reference in New Issue
Block a user