diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-05 17:39:19 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-05 17:39:19 +0000 |
commit | 604a584ca3d657fec10bc3c23e210a1f3ac7ed7f (patch) | |
tree | f8d841abc2e12258fe0d4fd946149fef3491d2a0 /debian/rules | |
parent | Updating vcs fields. (diff) | |
download | wget-604a584ca3d657fec10bc3c23e210a1f3ac7ed7f.tar.xz wget-604a584ca3d657fec10bc3c23e210a1f3ac7ed7f.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 |