mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-01 06:25:34 +00:00
[#2503] Ensure Alpine has real gzip installed
This commit is contained in:
@@ -1817,7 +1817,8 @@ def prepare_system_local(features, check_times):
|
|||||||
elif system == 'alpine':
|
elif system == 'alpine':
|
||||||
|
|
||||||
packages = ['gcc', 'g++', 'make', 'autoconf', 'automake', 'libtool', 'openssl-dev',
|
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 'docs' in features:
|
||||||
if revision == '3.10':
|
if revision == '3.10':
|
||||||
|
Reference in New Issue
Block a user