mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 06:36:34 +00:00
package/qpid-proton: disable languages bindings
Fixes (workaround): http://autobuild.buildroot.net/results/eff48f8a827f8b4dbbdb7cb648a6c4a3ab4ac8a5/ Signed-off-by: Romain Naour <romain.naour@openwide.fr> Cc: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
390fdac667
commit
d52c4bb9a8
@ -15,8 +15,15 @@ QPID_PROTON_DEPENDENCIES = \
|
|||||||
util-linux \
|
util-linux \
|
||||||
$(if $(BR2_PACKAGE_OPENSSL),openssl)
|
$(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 = \
|
QPID_PROTON_CONF_OPTS = \
|
||||||
-DBUILD_JAVA=OFF \
|
-DBUILD_JAVA=OFF \
|
||||||
|
-DBUILD_JAVASCRIPT=OFF \
|
||||||
|
-DBUILD_PERL=OFF \
|
||||||
|
-DBUILD_PHP=OFF \
|
||||||
|
-DBUILD_PYTHON=OFF \
|
||||||
|
-DBUILD_RUBY=OFF \
|
||||||
-DENABLE_VALGRIND=OFF \
|
-DENABLE_VALGRIND=OFF \
|
||||||
-DENABLE_WARNING_ERROR=OFF \
|
-DENABLE_WARNING_ERROR=OFF \
|
||||||
-DPYTHON_EXECUTABLE=$(HOST_DIR)/usr/bin/python2
|
-DPYTHON_EXECUTABLE=$(HOST_DIR)/usr/bin/python2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user