[arch-commits] Commit in libwebsockets/trunk (PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Mon Feb 24 19:26:34 UTC 2020


    Date: Monday, February 24, 2020 @ 19:26:33
  Author: jelle
Revision: 580751

upgpkg: libwebsockets 3.2.2-3

Resolve FS#65532 enable libuv support in libwebsockets.

Modified:
  libwebsockets/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-24 19:26:30 UTC (rev 580750)
+++ PKGBUILD	2020-02-24 19:26:33 UTC (rev 580751)
@@ -3,11 +3,11 @@
 
 pkgname=libwebsockets
 pkgver=3.2.2
-pkgrel=2
+pkgrel=3
 pkgdesc="C library for websocket clients and servers"
 arch=('x86_64')
 url="https://libwebsockets.org"
-depends=('openssl' 'libcap')
+depends=('openssl' 'libcap' 'libuv')
 makedepends=('cmake')
 license=('LGPL')
 source=($pkgname-$pkgver.tar.gz::https://github.com/warmcat/libwebsockets/archive/v$pkgver.tar.gz)
@@ -23,6 +23,7 @@
         -DLWS_WITH_STATIC=OFF \
         -DLWS_LINK_TESTAPPS_DYNAMIC=ON \
         -DLWS_UNIX_SOCK=ON \
+        -DLWS_WITH_LIBUV=ON \
         -DLWS_IPV6=ON \
         ..
 #-DLWS_WITHOUT_TEST_SERVER=ON \  # Disable certificate generation



More information about the arch-commits mailing list