From: Romain Naour Date: Wed, 22 Jul 2015 14:13:10 +0000 (+0200) Subject: package/qpid-proton: disable languages bindings X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d52c4bb9a862620d229e5af97d5df83c56f2e719;p=buildroot.git package/qpid-proton: disable languages bindings Fixes (workaround): http://autobuild.buildroot.net/results/eff48f8a827f8b4dbbdb7cb648a6c4a3ab4ac8a5/ Signed-off-by: Romain Naour Cc: Luca Ceresoli Signed-off-by: Thomas Petazzoni --- diff --git a/package/qpid-proton/qpid-proton.mk b/package/qpid-proton/qpid-proton.mk index 12fddb42e9..2e8c1d0e92 100644 --- a/package/qpid-proton/qpid-proton.mk +++ b/package/qpid-proton/qpid-proton.mk @@ -15,8 +15,15 @@ QPID_PROTON_DEPENDENCIES = \ util-linux \ $(if $(BR2_PACKAGE_OPENSSL),openssl) +# Language bindings are enabled when host-swig tool is present in HOST_DIR. +# For now, disable all of them. QPID_PROTON_CONF_OPTS = \ -DBUILD_JAVA=OFF \ + -DBUILD_JAVASCRIPT=OFF \ + -DBUILD_PERL=OFF \ + -DBUILD_PHP=OFF \ + -DBUILD_PYTHON=OFF \ + -DBUILD_RUBY=OFF \ -DENABLE_VALGRIND=OFF \ -DENABLE_WARNING_ERROR=OFF \ -DPYTHON_EXECUTABLE=$(HOST_DIR)/usr/bin/python2