diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-06 12:05:44 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-06 12:05:44 (EDT) |
commit | d4ad8e38e779eee5afbbe1c9584918f22db08115 (patch) | |
tree | 8f0ef30860db9439041f67e3108fb68d2894be90 | |
parent | 3858195c0ec3432e0fd65c7c3a58e7ec01125fdb (diff) |
build: Override opkg state dir prefix
-rwxr-xr-x | build | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ build: -D CMAKE_INSTALL_PREFIX:PATH=/usr \ -D CONF_FILE:STRING=/etc/opkg/opkg.conf \ -D LOCK_FILE:STRING=/var/lib/opkg/lock \ + -D STATE_DIR_PREFIX:STRING=/var/lib \ -D STATIC_UBOX:BOOL=ON \ -D BUILD_TESTS:BOOL=OFF \ -D REQUIRE_UPGRADE_ARGS:BOOL=OFF \ |