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

Jelle van der Waa jelle at archlinux.org
Sat Oct 21 20:32:31 UTC 2017


    Date: Saturday, October 21, 2017 @ 20:32:29
  Author: jelle
Revision: 263883

note about http2 support

Modified:
  libwebsockets/trunk/PKGBUILD

----------+
 PKGBUILD |    1 +
 1 file changed, 1 insertion(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-21 18:50:46 UTC (rev 263882)
+++ PKGBUILD	2017-10-21 20:32:29 UTC (rev 263883)
@@ -17,6 +17,7 @@
   cd "$pkgname-$pkgver"
 
   mkdir build && cd build
+  # http2 support -DLWS_WITH_HTTP2=1
   cmake -D CMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX:PATH=/usr ..
   make
 }



More information about the arch-commits mailing list