From d6aba77ec07504dad60f5abfb35a5634f4dc9d74 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 27 Jun 2025 15:26:30 +0000 Subject: [PATCH] jenkins: Explicitely install gettext/autopoint Signed-off-by: Michael Tremer --- Jenkinsfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index 7853764..ad9cfd6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -460,6 +460,7 @@ def installBuildDepsRedHat(distro, compier) { autoconf \ automake \ gawk \ + gettext \ intltool \ libtool \ pkg-config \ @@ -485,6 +486,7 @@ def installBuildDepsArchLinux(distro, compiler) { asciidoc \ autoconf \ automake \ + gettext \ intltool \ libtool \ pkg-config \ @@ -507,6 +509,7 @@ def installBuildDepsDebian(distro, compiler, arch) { asciidoc \ autoconf \ automake \ + autopoint \ build-essential \ intltool \ libtool \ -- 2.39.5