aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2021-09-15 03:34:30 -0600
committerAriadne Conill <ariadne@dereferenced.org>2021-09-15 03:34:30 -0600
commit79e5b5806a8bb32cc4ae6a9a855b941e1b1f53df (patch)
treea7e0ce03de329704b3e20d896689a0b41c5aec07
parentd23e401be9f9df66a1350dacff009f24a16d8bf7 (diff)
main/curl: really appease the configure script
-rw-r--r--main/curl/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/curl/APKBUILD b/main/curl/APKBUILD
index bca00984241..fdca3c01e47 100644
--- a/main/curl/APKBUILD
+++ b/main/curl/APKBUILD
@@ -124,7 +124,7 @@ build() {
--with-nghttp2 \
--disable-ldap \
--with-pic \
- --with-ssl=openssl \
+ --with-openssl \
--without-libssh2 # https://bugs.alpinelinux.org/issues/10222
make
}