From: Eneas U de Queiroz Date: Fri, 7 Dec 2018 18:27:52 +0000 (-0200) Subject: elektra: skip ruby plugin in host/compile X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=e723f29792797ec40d8aff409c87e014157aa073;p=openwrt-packages.git elektra: skip ruby plugin in host/compile Linking is failing, and the plugin is not needed for the host build anyway. Signed-off-by: Eneas U de Queiroz --- diff --git a/libs/elektra/Makefile b/libs/elektra/Makefile index f57e02c84..919718b12 100644 --- a/libs/elektra/Makefile +++ b/libs/elektra/Makefile @@ -313,7 +313,7 @@ CMAKE_HOST_OPTIONS = \ -DINSTALL_SYSTEM_FILES=OFF \ -DFORCE_IN_SOURCE_BUILD=ON \ -DBUILD_TESTING=OFF \ - -DPLUGINS="ALL;-python2;-python" \ + -DPLUGINS="ALL;-python2;-python;-ruby" \ -DTOOLS="gen;kdb" define Package/libelektra-core/install