diff options
author | Alexey Neyman <stilor@att.net> | 2019-09-25 22:53:39 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2019-10-01 21:22:22 -0700 |
commit | b4f317a4a5a1a2f5a2bd9da60ecc1e303c18de18 (patch) | |
tree | 4913a11135c3a25b93ee629e871834d5be316121 /maintainer | |
parent | 07594d1e8b6fef0dc4dca1eea6f17ef8b23c8704 (diff) | |
download | crosstool-ng-b4f317a4a5a1a2f5a2bd9da60ecc1e303c18de18.tar.gz crosstool-ng-b4f317a4a5a1a2f5a2bd9da60ecc1e303c18de18.tar.bz2 crosstool-ng-b4f317a4a5a1a2f5a2bd9da60ecc1e303c18de18.zip |
Pretend lzip is always there
... so that we can download .tar.lz archives.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'maintainer')
-rwxr-xr-x | maintainer/manage-packages.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/maintainer/manage-packages.sh b/maintainer/manage-packages.sh index becc05e4..08412446 100755 --- a/maintainer/manage-packages.sh +++ b/maintainer/manage-packages.sh @@ -249,6 +249,9 @@ config OBSOLETE config EXPERIMENTAL def_bool y +config CONFIGURE_has_lzip + def_bool y + config CONFIGURE_has_wget def_bool y |