aboutsummaryrefslogtreecommitdiffstats
path: root/community/icinga2/APKBUILD
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2021-01-15 17:15:30 -0300
committerTBK <tbk@jjtc.eu>2021-01-15 20:30:34 +0000
commit4cd7509c6f2e0d2a36a74f63d1e3f5befee798fe (patch)
treea48113ed6e6455972f163daf1f1dde18da71c05d /community/icinga2/APKBUILD
parent958a0a29b4cee187f5fb3cee76ce1378abba34dc (diff)
community/icinga2: fix build with boost >= 1.74.0
Diffstat (limited to 'community/icinga2/APKBUILD')
-rw-r--r--community/icinga2/APKBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/community/icinga2/APKBUILD b/community/icinga2/APKBUILD
index 06fe7eeb740..74adb286f7f 100644
--- a/community/icinga2/APKBUILD
+++ b/community/icinga2/APKBUILD
@@ -16,6 +16,7 @@ pkggroups="icinga icingacmd"
subpackages="$pkgname-doc $pkgname-bash-completion:bashcomp:noarch $pkgname-vim::noarch $pkgname-openrc"
source="$pkgname-$pkgver.tar.gz::https://github.com/Icinga/icinga2/archive/v$pkgver.tar.gz
$pkgname.initd
+ boost.patch
"
# secfixes:
@@ -119,4 +120,5 @@ vim() {
}
sha512sums="28b87e03a8ffeb7a1d19ddf9555151b826f7bf1fd33b0139c2fc8abe7c89d66d96089d5b32d0aaccc3876040514b2bfbde9970416d5ec4ea3b023b17c0fb1799 icinga2-2.12.3.tar.gz
-46890756104563b1a4bc60b5952a2d63f5263883cfe702de7ccc4616dfe5b20d380ff1bc190482741a06bcfe7e662ad14a6965e26b9ce916ef56a1248d6b524c icinga2.initd"
+46890756104563b1a4bc60b5952a2d63f5263883cfe702de7ccc4616dfe5b20d380ff1bc190482741a06bcfe7e662ad14a6965e26b9ce916ef56a1248d6b524c icinga2.initd
+6f5b457dd4ef8d08fd4063a1a9babdc81d8f6789547448180795a30b46c4868ff1c520cc6e9b9140c866e0b62c9caae30ef4af53a963e29a0d2b4280acac1360 boost.patch"