diff options
author | Patrick 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) |
commit | d5f6c1c1c56ba2d7c017398031ad10eba7087297 (patch) | |
tree | 28f2ed4a64706b578e244235bf63fc3f2398fd4f /build | |
parent | a3c7c48b8308bdd2d225992844ff628f3ca8d434 (diff) |
patches, build: Set default conf file path to /etc/opkg/opkg.conf
Diffstat (limited to 'build')
-rwxr-xr-x | build | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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)" \ |