aboutsummaryrefslogtreecommitdiffstats
path: root/community/bear/APKBUILD
diff options
context:
space:
mode:
authorLuca Weiss <luca@z3ntu.xyz>2021-06-26 11:34:43 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2021-06-27 19:43:16 +0200
commit61c6f11ac378f7af94faec65d548740ad7877d94 (patch)
tree4dfeed82f5d4b00e932cf4e8c07b3a08fd76a6e9 /community/bear/APKBUILD
parent66b9b4f27ee40ea533d6b6cd65e13133c5ab7037 (diff)
community/bear: fix build
[ 62%] Linking CXX executable events_db /usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../x86_64-alpine-linux-musl/bin/ld: cannot find -lre2 collect2: error: ld returned 1 exit status
Diffstat (limited to 'community/bear/APKBUILD')
-rw-r--r--community/bear/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/bear/APKBUILD b/community/bear/APKBUILD
index 51c9ecabab6..f50ca68fbb5 100644
--- a/community/bear/APKBUILD
+++ b/community/bear/APKBUILD
@@ -10,7 +10,7 @@ url="https://github.com/rizsotto/Bear"
arch="all !s390x !ppc64le !armv7 !armhf !mips64"
license="GPL-3.0-or-later"
makedepends="cmake grpc grpc-dev fmt-dev spdlog-dev sqlite-dev
- nlohmann-json protobuf-dev gtest-dev c-ares-dev"
+ nlohmann-json protobuf-dev gtest-dev c-ares-dev re2-dev"
subpackages="$pkgname-doc"
source="https://github.com/rizsotto/Bear/archive/$pkgver/bear-$pkgver.tar.gz"
builddir="$srcdir/Bear-$pkgver"