]> git.ipfire.org Git - pakfire.git/commitdiff
debian: Try forcing to build against cURL 8.11
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 24 Jan 2025 15:08:20 +0000 (15:08 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 24 Jan 2025 15:08:20 +0000 (15:08 +0000)
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 <michael.tremer@ipfire.org>
Jenkinsfile
debian/control

index ade0c580848c1872ebf24ab8bbc19f33204ff88a..c8752ecf9700934c5a0ffe059439a9c337d8735b 100644 (file)
@@ -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}
-                                                                                       """
-                                                                               }
-                                                                       }
                                                                }
                                                        }
 
index 61141a50bf9f0289ff1d141bdb2f25b27e2f70c6..2754baaed0756aff219a6476ccf254b38a02b0bf 100644 (file)
@@ -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,