summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-04-04 17:25:37 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-04-04 17:25:37 (EDT)
commit5efe3be539e3305db38f543a693b0028c4ffce58 (patch)
tree22248aba45433f0c56152cb848a7414ff42d33c8 /build
parent0a6297704ab6d1fc961524b274e6c3395199bddd (diff)
build: Set lock file path to /var/lib/opkg/lock
Diffstat (limited to 'build')
-rwxr-xr-xbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/build b/build
index b6996ee..2dbd66f 100755
--- a/build
+++ b/build
@@ -11,6 +11,7 @@ build:
(cd src && cmake \
-D CMAKE_INSTALL_PREFIX:PATH=/usr \
-D CONF_FILE:STRING=/etc/opkg/opkg.conf \
+ -D LOCK_FILE:STRING=/var/lib/opkg/lock \
-D STATIC_UBOX:BOOL=ON \
-D BUILD_TESTS:BOOL=OFF \
-D VERSION:STRING="$(version)" \