mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
main/smokeping: fix build with automake 1.17
This commit is contained in:
parent
1832a78947
commit
3f31dac381
@ -2,7 +2,7 @@
|
|||||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||||
pkgname=smokeping
|
pkgname=smokeping
|
||||||
pkgver=2.8.2
|
pkgver=2.8.2
|
||||||
pkgrel=4
|
pkgrel=5
|
||||||
pkgdesc="Smokeping network latency monitoring"
|
pkgdesc="Smokeping network latency monitoring"
|
||||||
pkgusers="smokeping"
|
pkgusers="smokeping"
|
||||||
pkggroups="smokeping"
|
pkggroups="smokeping"
|
||||||
@ -60,6 +60,7 @@ _vendorlib=/usr/share/perl5/vendor_perl
|
|||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
default_prepare
|
default_prepare
|
||||||
|
autoreconf -vif
|
||||||
|
|
||||||
# provided by perl-snmp-session
|
# provided by perl-snmp-session
|
||||||
rm -r lib/BER.pm lib/SNMP_Session.pm lib/SNMP_util.pm
|
rm -r lib/BER.pm lib/SNMP_Session.pm lib/SNMP_util.pm
|
||||||
|
Loading…
Reference in New Issue
Block a user