[packages/zabbix] Properly rebuild configure files
jajcus
jajcus at pld-linux.org
Tue Jan 2 10:05:45 CET 2018
commit e27bce28fd2979922743c3caf4849ef25041617d
Author: Jacek Konieczny <j.konieczny at eggsoft.pl>
Date: Tue Jan 2 09:47:14 2018 +0100
Properly rebuild configure files
always_compile_ipc.patch changes configure.ac pulling autoconf/automake
dependency.
zabbix.spec | 8 ++++++++
1 file changed, 8 insertions(+)
---
diff --git a/zabbix.spec b/zabbix.spec
index 43fc973..3275b84 100644
--- a/zabbix.spec
+++ b/zabbix.spec
@@ -30,6 +30,9 @@ Patch0: config.patch
Patch1: sqlite3_dbname.patch
Patch2: always_compile_ipc.patch
URL: http://zabbix.sourceforge.net/
+BuildRequires: autoconf
+BuildRequires: automake >= 1:1.15
+BuildRequires: libtool
BuildRequires: OpenIPMI-devel
BuildRequires: curl-devel
BuildRequires: iksemel-devel
@@ -288,6 +291,11 @@ This package provides the Zabbix Java Gateway.
%patch2 -p1
%build
+%{__libtoolize}
+%{__aclocal} -I m4
+%{__autoconf}
+%{__autoheader}
+%{__automake}
configure() {
%configure \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/zabbix.git/commitdiff/e27bce28fd2979922743c3caf4849ef25041617d
More information about the pld-cvs-commit
mailing list