]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2503] Ensure Alpine has real gzip installed
authorDan Theisen <djt@isc.org>
Fri, 22 Jul 2022 08:27:39 +0000 (01:27 -0700)
committerDan Theisen <djt@isc.org>
Fri, 5 Aug 2022 07:53:48 +0000 (07:53 +0000)
hammer.py

index e5ca772a855d150d72b0399abf801d160ed0739f..d78003acd4fb5d862e889f62da35a7c80e647ea5 100755 (executable)
--- a/hammer.py
+++ b/hammer.py
@@ -1817,7 +1817,8 @@ def prepare_system_local(features, check_times):
     elif system == 'alpine':
 
         packages = ['gcc', 'g++', 'make', 'autoconf', 'automake', 'libtool', 'openssl-dev',
-                    'boost-libs', 'boost-dev', 'procps', 'tar', 'log4cplus', 'log4cplus-dev']
+                    'boost-libs', 'boost-dev', 'procps', 'tar', 'log4cplus', 'log4cplus-dev',
+                    'gzip']
 
         if 'docs' in features:
             if revision == '3.10':