elektra: fix compilation when cargo is present
Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
e00cf5c306
commit
49ed96f309
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,7 @@ PKG_NAME:=elektra
|
||||||
PKG_LICENSE:=BSD-3-Clause
|
PKG_LICENSE:=BSD-3-Clause
|
||||||
PKG_LICENSE_FILES:=LICENSE.md
|
PKG_LICENSE_FILES:=LICENSE.md
|
||||||
PKG_VERSION:=0.9.2
|
PKG_VERSION:=0.9.2
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
# Use this for official releasees
|
# Use this for official releasees
|
||||||
PKG_HASH:=6f2fcf8aaed8863e1cc323265ca2617751ca50dac974b43a0811bcfd4a511f2e
|
PKG_HASH:=6f2fcf8aaed8863e1cc323265ca2617751ca50dac974b43a0811bcfd4a511f2e
|
||||||
|
@ -288,6 +288,7 @@ CMAKE_BINARY_SUBDIR=build
|
||||||
|
|
||||||
CMAKE_OPTIONS = \
|
CMAKE_OPTIONS = \
|
||||||
-DTARGET_PLUGIN_FOLDER="" \
|
-DTARGET_PLUGIN_FOLDER="" \
|
||||||
|
-DCARGO_EXECUTABLE=OFF \
|
||||||
-DBUILD_FULL=OFF \
|
-DBUILD_FULL=OFF \
|
||||||
-DBUILD_STATIC=OFF \
|
-DBUILD_STATIC=OFF \
|
||||||
-DBUILD_DOCUMENTATION=OFF \
|
-DBUILD_DOCUMENTATION=OFF \
|
||||||
|
|
Loading…
Reference in a new issue