From 425daf95eaecf11283ce78cf0fac9331ac2d20a1 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 09:25:38 +0200 Subject: Building with curl linked against openssl. Signed-off-by: Daniel Baumann --- debian/rules | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'debian') diff --git a/debian/rules b/debian/rules index bb84f7f11b..964a7a430d 100755 --- a/debian/rules +++ b/debian/rules @@ -964,13 +964,8 @@ ifneq (,$(filter libpng, $(SYSTEM_STUFF))) BUILD_DEPS += , libpng-dev endif -# otherwise librdf0-dev (which we also need) is uninstallable... -ifeq ($(BOOKWORM_BACKPORT),y) -CURL_SECTYPE=gnutls -else -# ... from trixie onwards it seems it has an alternative which allows openssl CURL_SECTYPE=openssl -endif + ifeq "$(ENABLE_CURL)" "y" ifneq (,$(filter curl, $(SYSTEM_STUFF))) BUILD_DEPS += , libcurl4-$(CURL_SECTYPE)-dev -- cgit v1.2.3