diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-06 16:34:16 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-06 16:34:16 (EDT) |
commit | 165218e5465b673b58dafed40cdf441c3e44076d (patch) | |
tree | bf3971efe13a74f765d6a2d8a301d0380c89ff90 /build | |
parent | 78fa4f798381bb99f7a816691d3663e90e13c1cd (diff) |
patches, build: Don't add list files suffix
This should be done in opkg.conf instead.
Diffstat (limited to 'build')
-rwxr-xr-x | build | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -14,7 +14,6 @@ build: -D CONF_FILE:STRING=/etc/opkg/opkg.conf \ -D LOCK_FILE:STRING=/var/lib/opkg/lock \ -D STATE_DIR_PREFIX:STRING=/var/lib \ - -D LIST_FILES_SUFFIX:STRING=.gz \ -D STATIC_UBOX:BOOL=ON \ -D BUILD_TESTS:BOOL=OFF \ -D REQUIRE_UPGRADE_ARGS:BOOL=OFF \ |