Browse Source
Merge pull request #7610 from cotequeiroz/elektra_host-no-ruby
elektra: skip ruby plugin in host/compile
lilik-openwrt-22.03
Hannu Nyman
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
|