mirror of
https://github.com/openwrt/packages.git
synced 2026-01-10 19:54:50 +00:00
Merge pull request #13454 from neheb/elekt
elektra: fix compilation when cargo is present
This commit is contained in:
@@ -15,7 +15,7 @@ PKG_NAME:=elektra
|
||||
PKG_LICENSE:=BSD-3-Clause
|
||||
PKG_LICENSE_FILES:=LICENSE.md
|
||||
PKG_VERSION:=0.9.2
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
# Use this for official releasees
|
||||
PKG_HASH:=6f2fcf8aaed8863e1cc323265ca2617751ca50dac974b43a0811bcfd4a511f2e
|
||||
@@ -288,6 +288,7 @@ CMAKE_BINARY_SUBDIR=build
|
||||
|
||||
CMAKE_OPTIONS = \
|
||||
-DTARGET_PLUGIN_FOLDER="" \
|
||||
-DCARGO_EXECUTABLE=OFF \
|
||||
-DBUILD_FULL=OFF \
|
||||
-DBUILD_STATIC=OFF \
|
||||
-DBUILD_DOCUMENTATION=OFF \
|
||||
|
||||
Reference in New Issue
Block a user