diff options
author | davidovski <david@davidovski.xyz> | 2022-02-23 16:55:01 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-02-23 16:55:01 +0000 |
commit | 26477da178fa7c84edff5fd9d3c8ef28c0c3ad7d (patch) | |
tree | dabc890da7d87ca5b0c5a350a117d1c2543ceb25 /repo/util/wget.xibuild | |
parent | 71e3c6e4bed81abbc2856c278bd5d929cfd61224 (diff) |
replaced openssl with libressl
Diffstat (limited to 'repo/util/wget.xibuild')
-rw-r--r-- | repo/util/wget.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/util/wget.xibuild b/repo/util/wget.xibuild index 09cc4e8..2187c5d 100644 --- a/repo/util/wget.xibuild +++ b/repo/util/wget.xibuild @@ -10,7 +10,7 @@ DESC="A utility for transfering files with URL syntax" build () { ./configure --prefix=/usr \ --sysconfdir=/etc \ - --with-ssl=openssl && + --with-ssl=libressl && make } |