summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-04-04 16:56:29 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-04-04 16:56:29 (EDT)
commitd5f6c1c1c56ba2d7c017398031ad10eba7087297 (patch)
tree28f2ed4a64706b578e244235bf63fc3f2398fd4f /build
parenta3c7c48b8308bdd2d225992844ff628f3ca8d434 (diff)
patches, build: Set default conf file path to /etc/opkg/opkg.conf
Diffstat (limited to 'build')
-rwxr-xr-xbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/build b/build
index fddb949..cd5263a 100755
--- a/build
+++ b/build
@@ -10,6 +10,7 @@ nop:
build:
(cd src && cmake \
-D CMAKE_INSTALL_PREFIX:PATH=/usr \
+ -D CONF_FILE:STRING=/etc/opkg/opkg.conf
-D STATIC_UBOX:BOOL=ON \
-D BUILD_TESTS:BOOL=OFF \
-D VERSION:STRING="$(version)" \