mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-22 18:08:16 +00:00
[#2934] fix ignoring of native-pkg parameter
This commit is contained in:
parent
7d0a526baf
commit
39e223a8da
@ -2912,6 +2912,8 @@ def _get_features(args):
|
|||||||
# as they are not compatible with others
|
# as they are not compatible with others
|
||||||
features = set(ALL_FEATURES)
|
features = set(ALL_FEATURES)
|
||||||
features.discard('all')
|
features.discard('all')
|
||||||
|
# do not include `native-pkg` in `all` if not set explicidly in parameters
|
||||||
|
if 'native-pkg' not in set(vars(args)['with']):
|
||||||
features.discard('native-pkg')
|
features.discard('native-pkg')
|
||||||
|
|
||||||
# if we build native packages then some features are required and some not
|
# if we build native packages then some features are required and some not
|
||||||
|
Loading…
x
Reference in New Issue
Block a user