From: Michael Tremer Date: Fri, 27 Jun 2025 15:26:30 +0000 (+0000) Subject: jenkins: Explicitely install gettext/autopoint X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=HEAD;p=people%2Fms%2Flibloc.git jenkins: Explicitely install gettext/autopoint Signed-off-by: Michael Tremer --- 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 \