File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ pkgbase = h2o-git
2323 depends = sh
2424 depends = glibc
2525 depends = gcc-libs
26- depends = libressl
2726 provides = h2o
2827 provides = libh2o
2928 conflicts = h2o
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ pkgrel=1
1515pkgdesc=" Optimized HTTP server with support for HTTP/1.x and HTTP/2"
1616arch=(' i686' ' x86_64' ' aarch64' )
1717# if you want websocket support, you'll also need aur/wslay
18- depends=(' libuv' ' zlib' ' libwslay' ' libcap' ' brotli' ' bcc' ' sh' ' glibc' ' gcc-libs' ' libressl ' )
18+ depends=(' libuv' ' zlib' ' libwslay' ' libcap' ' brotli' ' bcc' ' sh' ' glibc' ' gcc-libs' )
1919makedepends=(' bison' ' cmake' ' libtool' ' make' ' pkg-config' ' ruby' ' libaegis' )
2020url=" https://github.com/h2o/h2o"
2121license=(' MIT' )
@@ -66,9 +66,6 @@ prepare() {
6666 -DWITHOUT_LIBS=off \
6767 -DWITH_H2OLOG=on \
6868 -DBUILD_SHARED_LIBS=on \
69- -DOPENSSL_ROOT_DIR=/usr/lib/libressl \
70- -DOPENSSL_INCLUDE_DIR=/usr/include/libressl \
71- -DOPENSSL_LIBRARIES=/usr/lib/libressl \
7269 -DCMAKE_REQUIRED_FLAGS=" -c" \
7370 .
7471
You can’t perform that action at this time.
0 commit comments