From 6f513fd4f228ce94360b810db1a68b03bfa4a326 Mon Sep 17 00:00:00 2001 From: Pall Sigurdsson Date: Wed, 28 Aug 2013 16:14:13 +0000 Subject: [PATCH] Update icinga2.spec Added several "BuildRequires" that were needed to make the build process work. Also added a "sh autogen.sh" to the %build section, otherwise there is no ./configure to execute. Signed-off-by: Michael Friedrich --- icinga2.spec | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/icinga2.spec b/icinga2.spec index ea6e0a37d..c8fb6bbd2 100644 --- a/icinga2.spec +++ b/icinga2.spec @@ -15,6 +15,13 @@ BuildRequires: openssl-devel BuildRequires: gcc-c++ BuildRequires: libstdc++-devel BuildRequires: libtool-ltdl-devel +BuildRequires: automake +BuildRequires: autoconf +BuildRequires: libtool +BuildRequires: help2man +BuildRequires: flex +BuildRequires: bison + # TODO: figure out how to handle boost on el5 BuildRequires: boost @@ -28,6 +35,7 @@ Icinga is a general-purpose network monitoring application. %setup -q -n %{name}-%{version} %build +sh autogen.sh %configure make %{?_smp_mflags} -- 2.40.0