mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-04 02:52:58 +02:00
icinga2: for boost-1.88
This commit is contained in:
parent
03e2850498
commit
1704d3ebab
2 changed files with 15 additions and 2 deletions
10
srcpkgs/icinga2/patches/inttypes.patch
Normal file
10
srcpkgs/icinga2/patches/inttypes.patch
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- a/lib/base/object.hpp
|
||||
+++ b/lib/base/object.hpp
|
||||
@@ -23,6 +23,7 @@
|
||||
#include "base/i2-base.hpp"
|
||||
#include "base/debug.hpp"
|
||||
#include <boost/smart_ptr/intrusive_ptr.hpp>
|
||||
+#include <cstdint>
|
||||
#include <vector>
|
||||
|
||||
using boost::intrusive_ptr;
|
|
@ -1,14 +1,17 @@
|
|||
# Template file for 'icinga2'
|
||||
pkgname=icinga2
|
||||
version=2.9.3
|
||||
revision=10
|
||||
revision=11
|
||||
build_style=cmake
|
||||
build_helper="qemu"
|
||||
configure_args="-DCMAKE_INSTALL_SYSCONFDIR=/etc
|
||||
-DCMAKE_CXX_STANDARD=17
|
||||
-DCMAKE_INSTALL_LOCALSTATEDIR=/var -DICINGA2_RUNDIR=/run
|
||||
-DICINGA2_PLUGINDIR=/usr/lib/monitoring-plugins/"
|
||||
hostmakedepends="flex git"
|
||||
makedepends="openssl-devel boost-devel libmariadbclient-devel libedit-devel
|
||||
makedepends="openssl-devel boost-devel-minimal libboost_program_options
|
||||
libboost_system libboost_regex libboost_unit_test_framework
|
||||
libboost_thread libmariadbclient-devel libedit-devel
|
||||
yajl-devel postgresql-libs-devel"
|
||||
depends="monitoring-plugins"
|
||||
conf_files="/etc/${pkgname}/*.conf
|
||||
|
|
Loading…
Add table
Reference in a new issue