projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e00cf5c
)
elektra: fix compilation when cargo is present
author
Rosen Penev
<rosenp@gmail.com>
Mon, 21 Sep 2020 01:29:41 +0000
(18:29 -0700)
committer
Rosen Penev
<rosenp@gmail.com>
Mon, 21 Sep 2020 01:30:25 +0000
(18:30 -0700)
Signed-off-by: Rosen Penev <rosenp@gmail.com>
libs/elektra/Makefile
patch
|
blob
|
history
diff --git
a/libs/elektra/Makefile
b/libs/elektra/Makefile
index 35164627257b78f3b214f9c506e27ad40909a005..82b3ec380a4a7efb210dcd486ca0f499ea1b2009 100644
(file)
--- 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 \