diff options
author | Christof Schmitt <cs@samba.org> | 2019-10-30 13:49:55 -0700 |
---|---|---|
committer | Christof Schmitt <cs@samba.org> | 2019-11-13 17:49:38 +0000 |
commit | 2efc243f1ad09eae46f6f99fb0646ecd4356c3f9 (patch) | |
tree | 3aee83180b04509a0279b345191de5470d7a5e40 /bootstrap/config.py | |
parent | 7965a204d68196acddf553959bb3407125baf31d (diff) | |
download | samba-2efc243f1ad09eae46f6f99fb0646ecd4356c3f9.tar.gz |
bootstrap: Add heimdal-multidev for Debian and Ubuntu
This is required for testing the build with the
configure option --with-system-heimdalkrb5.
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14179
Signed-off-by: Christof Schmitt <cs@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'bootstrap/config.py')
-rw-r--r-- | bootstrap/config.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap/config.py b/bootstrap/config.py index f6a7dd1123f..06fd1142f94 100644 --- a/bootstrap/config.py +++ b/bootstrap/config.py @@ -101,6 +101,7 @@ PKGS = [ ('libunwind-dev', 'libunwind-devel'), # for back trace ('libglib2.0-dev', 'glib2-devel'), ('libicu-dev', 'libicu-devel'), + ('heimdal-multidev', ''), # NAME1, NAME2 # for debian, locales provide locale support with language packs |