diff options
author | André Klitzing <aklitzing@gmail.com> | 2022-10-26 10:35:17 +0000 |
---|---|---|
committer | psykose <alice@ayaya.dev> | 2022-10-26 12:35:17 +0200 |
commit | 585718b90f46a0cec00ed292502c607fcc6af3ba (patch) | |
tree | 902b65cdea9feaaf9206de792db433e6d1185e1d | |
parent | 7ce18066f2b1e4731383fd68e832557d6055a8c4 (diff) |
main/curl: enable new websockets
-rw-r--r-- | main/curl/APKBUILD | 3 |
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 |