diff options
author | Rosen Penev <rosenp@gmail.com> | 2020-09-21 15:08:48 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-21 15:08:48 -0700 |
commit | bd7322a4bca7bc7ff16e5d632ebe54701d188eaf (patch) | |
tree | 7a73855d17b15aa19c561756c61a1884c75367ec | |
parent | 6e184e15692bafe9c6d4ff8e412f5b431234bdf7 (diff) | |
parent | 49ed96f309f9abfefa46890f5d44b771af1f2708 (diff) |
Merge pull request #13454 from neheb/elekt
elektra: fix compilation when cargo is present
-rw-r--r-- | libs/elektra/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/elektra/Makefile b/libs/elektra/Makefile index 351646272..82b3ec380 100644 --- a/libs/elektra/Makefile +++ b/libs/elektra/Makefile @@ -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 \ |