From: Michael Tremer Date: Fri, 24 Jan 2025 15:08:20 +0000 (+0000) Subject: debian: Try forcing to build against cURL 8.11 X-Git-Tag: 0.9.30~384 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0ecc82c72ad85993b27e2f75280bf8e3a4a65f9;p=pakfire.git debian: Try forcing to build against cURL 8.11 Since we only use the control files to build Debian packages, we can probably hard-code some specific versions here to make our objective work. Signed-off-by: Michael Tremer --- diff --git a/Jenkinsfile b/Jenkinsfile index ade0c580..c8752ecf 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -320,16 +320,6 @@ pipeline { steps { // Install all build dependencies sh "apt-get build-dep -y -a${env.ARCH} ." - - // On Debian Bookworm, ensure we are using libcurl from backports - script { - if (env.IMAGE.contains("bookworm")) { - sh """ - apt-get install -y \ - libcurl4-openssl-dev/${env.IMAGE} - """ - } - } } } diff --git a/debian/control b/debian/control index 61141a50..2754baae 100644 --- a/debian/control +++ b/debian/control @@ -15,7 +15,7 @@ Build-Depends: libarchive-dev, libbpf-dev, libcap-dev, - libcurl4-dev, + libcurl4-openssl-dev (>= 8.11), libdw-dev, libelf-dev, libpython3-dev,