From: Michael Tremer Date: Thu, 23 Jan 2025 23:27:09 +0000 (+0000) Subject: debian: Don't pick a certain version of cURL X-Git-Tag: 0.9.30~390 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71a00dca5257dbeeff6555441937b9aef9b16e52;p=pakfire.git debian: Don't pick a certain version of cURL Debian provides multiple versions, but we actually don't really care which one is being used. OpenSSL is used in Pakfire itself, but hey, what does another library do? Signed-off-by: Michael Tremer --- diff --git a/debian/control b/debian/control index 6b2412f5d..1f6a11a2f 100644 --- a/debian/control +++ b/debian/control @@ -15,7 +15,7 @@ Build-Depends: libarchive-dev, libbpf-dev, libcap-dev, - libcurl4-openssl-dev, + libcurl4-dev, libdw-dev, libelf-dev, libpython3-dev,