From 8a0b604b2e9fa5efcbc9381fff6d269ac2452d6d Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Wed, 11 Dec 2024 14:50:40 -0500 Subject: [PATCH] Add build-essential dep for Ubuntu CI Signed-off-by: Stephen Gallagher --- packaging/debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/packaging/debian/control b/packaging/debian/control index f6750a7..1251422 100644 --- a/packaging/debian/control +++ b/packaging/debian/control @@ -9,6 +9,7 @@ Build-Depends: debhelper-compat (= 12), libssl-dev, libtalloc-dev, pkgconf, + build-essential, Maintainer: Stephen Gallagher Uploaders: Martin Pitt Homepage: https://github.com/sgallagher/sscg/