diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 17:49:13 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 17:49:13 +0000 |
commit | 0dbf9ce58a50e71c405791f7ee31d128fbc9313e (patch) | |
tree | 7bed5375aca14b33a6a33edc10930ae514147652 /debian/rules | |
parent | Updating vcs fields. (diff) | |
download | wget-0dbf9ce58a50e71c405791f7ee31d128fbc9313e.tar.xz wget-0dbf9ce58a50e71c405791f7ee31d128fbc9313e.zip |
Building with openssl.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index e055f9f..498252b 100755 --- a/debian/rules +++ b/debian/rules @@ -33,7 +33,7 @@ configure-stamp: configure-udeb-stamp --infodir=\$${prefix}/share/info \ --sysconfdir=/etc \ --enable-ipv6 \ - --with-ssl \ + --with-ssl=openssl \ --with-libidn=/usr $(confflags) touch configure-stamp |