diff options
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 7 |
1 files changed, 1 insertions, 6 deletions
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 |