aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/curl/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/curl/APKBUILD b/main/curl/APKBUILD
index 03f1a236752..200cee07c26 100644
--- a/main/curl/APKBUILD
+++ b/main/curl/APKBUILD
@@ -9,7 +9,7 @@
pkgname=curl
pkgver=7.86.0
-pkgrel=0
+pkgrel=1
pkgdesc="URL retrival utility and library"
url="https://curl.se/"
arch="all"
@@ -158,6 +158,7 @@ build() {
--with-nghttp2 \
--disable-ldap \
--with-pic \
+ --enable-websockets \
--without-libssh2 # https://bugs.alpinelinux.org/issues/10222
make