1
0
Fork 0

Building with openssl.

Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
Daniel Baumann 2025-06-22 05:00:23 +02:00
parent 65bd557fbb
commit 308da29701
Signed by: daniel.baumann
GPG key ID: BCC918A2ABD66424
2 changed files with 1 additions and 2 deletions

1
debian/control vendored
View file

@ -13,7 +13,6 @@ Build-Depends: debhelper-compat (= 13),
uuid-dev,
libpsl-dev,
libpcre2-dev,
libgnutls28-dev,
libssl-dev,
zlib1g-dev,
libhttp-daemon-perl <!nocheck>

2
debian/rules vendored
View file

@ -32,7 +32,7 @@ override_dh_auto_configure:
@echo "d/rules: running configure for wget"
dh_auto_configure -- \
--enable-ipv6 \
--with-ssl \
--with-ssl=openssl \
--with-libidn
ifeq ($(BUILD_UDEB),1)
@echo "d/rules: will configure and build binary package wget-udeb"