mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
net-analyzer/icinga2: 2.7.1, fix missing include for bug 631252
Package-Manager: Portage-2.3.8, Repoman-2.3.3
This commit is contained in:
22
net-analyzer/icinga2/files/fix-missing-include-2.7.1.patch
Normal file
22
net-analyzer/icinga2/files/fix-missing-include-2.7.1.patch
Normal file
@@ -0,0 +1,22 @@
|
||||
From 631d1e85fc2575a26c700a15f309fccd9fb9ee4d Mon Sep 17 00:00:00 2001
|
||||
From: Michael <mcktr55@gmail.com>
|
||||
Date: Mon, 25 Sep 2017 01:07:50 +0200
|
||||
Subject: [PATCH] Fixed missing include statement in unit tests
|
||||
|
||||
refs #5613
|
||||
---
|
||||
test/icinga-checkresult.cpp | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/test/icinga-checkresult.cpp b/test/icinga-checkresult.cpp
|
||||
index 7f14dd365..a128e9519 100644
|
||||
--- a/test/icinga-checkresult.cpp
|
||||
+++ b/test/icinga-checkresult.cpp
|
||||
@@ -19,6 +19,7 @@
|
||||
|
||||
#include "icinga/host.hpp"
|
||||
#include <BoostTestTargetConfig.h>
|
||||
+#include <iostream>
|
||||
|
||||
using namespace icinga;
|
||||
|
||||
@@ -46,6 +46,10 @@ RDEPEND="
|
||||
|
||||
REQUIRED_USE="!minimal? ( || ( mysql postgres ) )"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}/fix-missing-include-2.7.1.patch"
|
||||
)
|
||||
|
||||
want_apache2
|
||||
|
||||
pkg_setup() {
|
||||
|
||||
Reference in New Issue
Block a user