Skip to content
/ aur Public

Commit cae71f6

Browse files
committed
remove depends on libressl
If you are building with the libressl-3.8 series, a patch is required. Please refer to the following PR h2o/neverbleed#28
1 parent 56967cc commit cae71f6

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

.SRCINFO

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

PKGBUILD

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pkgrel=1
1515
pkgdesc="Optimized HTTP server with support for HTTP/1.x and HTTP/2"
1616
arch=('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')
1919
makedepends=('bison' 'cmake' 'libtool' 'make' 'pkg-config' 'ruby' 'libaegis')
2020
url="https://github.com/h2o/h2o"
2121
license=('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

0 commit comments

Comments
 (0)