Browse Source

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 <cote2004-github@yahoo.com>
lilik-openwrt-22.03
Eneas U de Queiroz 6 years ago
parent
commit
e723f29792
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libs/elektra/Makefile

+ 1
- 1
libs/elektra/Makefile View File

@ -313,7 +313,7 @@ CMAKE_HOST_OPTIONS = \
-DINSTALL_SYSTEM_FILES=OFF \ -DINSTALL_SYSTEM_FILES=OFF \
-DFORCE_IN_SOURCE_BUILD=ON \ -DFORCE_IN_SOURCE_BUILD=ON \
-DBUILD_TESTING=OFF \ -DBUILD_TESTING=OFF \
-DPLUGINS="ALL;-python2;-python" \
-DPLUGINS="ALL;-python2;-python;-ruby" \
-DTOOLS="gen;kdb" -DTOOLS="gen;kdb"
define Package/libelektra-core/install define Package/libelektra-core/install


Loading…
Cancel
Save