diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 07:25:38 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 07:25:38 +0000 |
commit | 425daf95eaecf11283ce78cf0fac9331ac2d20a1 (patch) | |
tree | ec2ee3d80f5cf04bca273104580d33b270750242 /debian | |
parent | Building with system mdds. (diff) | |
download | libreoffice-425daf95eaecf11283ce78cf0fac9331ac2d20a1.tar.xz libreoffice-425daf95eaecf11283ce78cf0fac9331ac2d20a1.zip |
Building with curl linked against openssl.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-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 |