diff options
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/zabbix/zabbix-6.4.10-r1.ebuild (renamed from net-analyzer/zabbix/zabbix-6.4.10.ebuild) | 5 | ||||
-rw-r--r-- | net-analyzer/zabbix/zabbix-6.4.8-r1.ebuild (renamed from net-analyzer/zabbix/zabbix-6.4.8.ebuild) | 5 | ||||
-rw-r--r-- | net-analyzer/zabbix/zabbix-6.4.9-r1.ebuild (renamed from net-analyzer/zabbix/zabbix-6.4.9.ebuild) | 5 |
3 files changed, 12 insertions, 3 deletions
diff --git a/net-analyzer/zabbix/zabbix-6.4.10.ebuild b/net-analyzer/zabbix/zabbix-6.4.10-r1.ebuild index 5fe722d26411..3df03f9f33da 100644 --- a/net-analyzer/zabbix/zabbix-6.4.10.ebuild +++ b/net-analyzer/zabbix/zabbix-6.4.10-r1.ebuild @@ -11,7 +11,7 @@ EAPI=8 GO_OPTIONAL="yes" # needed to make webapp-config dep optional WEBAPP_OPTIONAL="yes" -inherit webapp java-pkg-opt-2 systemd tmpfiles toolchain-funcs go-module user-info +inherit autotools webapp java-pkg-opt-2 systemd tmpfiles toolchain-funcs go-module user-info DESCRIPTION="ZABBIX is software for monitoring of your applications, network and servers" HOMEPAGE="https://www.zabbix.com/" @@ -148,6 +148,9 @@ pkg_setup() { src_prepare() { default + + # Since we patch configure.ac with e.g., ${PN}-6.4.0-configure-sscanf.patch". + eautoreconf } src_configure() { diff --git a/net-analyzer/zabbix/zabbix-6.4.8.ebuild b/net-analyzer/zabbix/zabbix-6.4.8-r1.ebuild index 05728e16dff8..228fb40d6482 100644 --- a/net-analyzer/zabbix/zabbix-6.4.8.ebuild +++ b/net-analyzer/zabbix/zabbix-6.4.8-r1.ebuild @@ -11,7 +11,7 @@ EAPI=8 GO_OPTIONAL="yes" # needed to make webapp-config dep optional WEBAPP_OPTIONAL="yes" -inherit webapp java-pkg-opt-2 systemd tmpfiles toolchain-funcs go-module user-info +inherit autotools webapp java-pkg-opt-2 systemd tmpfiles toolchain-funcs go-module user-info DESCRIPTION="ZABBIX is software for monitoring of your applications, network and servers" HOMEPAGE="https://www.zabbix.com/" @@ -148,6 +148,9 @@ pkg_setup() { src_prepare() { default + + # Since we patch configure.ac with e.g., ${PN}-6.4.0-configure-sscanf.patch". + eautoreconf } src_configure() { diff --git a/net-analyzer/zabbix/zabbix-6.4.9.ebuild b/net-analyzer/zabbix/zabbix-6.4.9-r1.ebuild index 5fe722d26411..3df03f9f33da 100644 --- a/net-analyzer/zabbix/zabbix-6.4.9.ebuild +++ b/net-analyzer/zabbix/zabbix-6.4.9-r1.ebuild @@ -11,7 +11,7 @@ EAPI=8 GO_OPTIONAL="yes" # needed to make webapp-config dep optional WEBAPP_OPTIONAL="yes" -inherit webapp java-pkg-opt-2 systemd tmpfiles toolchain-funcs go-module user-info +inherit autotools webapp java-pkg-opt-2 systemd tmpfiles toolchain-funcs go-module user-info DESCRIPTION="ZABBIX is software for monitoring of your applications, network and servers" HOMEPAGE="https://www.zabbix.com/" @@ -148,6 +148,9 @@ pkg_setup() { src_prepare() { default + + # Since we patch configure.ac with e.g., ${PN}-6.4.0-configure-sscanf.patch". + eautoreconf } src_configure() { |