]> git.pld-linux.org Git - packages/zabbix.git/commitdiff
Properly rebuild configure files auto/th/zabbix-3.4.5-1
authorJacek Konieczny <j.konieczny@eggsoft.pl>
Tue, 2 Jan 2018 08:47:14 +0000 (09:47 +0100)
committerJacek Konieczny <j.konieczny@eggsoft.pl>
Tue, 2 Jan 2018 09:04:30 +0000 (10:04 +0100)
always_compile_ipc.patch changes configure.ac pulling autoconf/automake
dependency.

zabbix.spec

index 43fc973321860f00155865e2b56ef5c6130add5e..3275b8474e919134d0642d708b4d925a28663b95 100644 (file)
@@ -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 \
This page took 0.040479 seconds and 4 git commands to generate.