mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
main/nmap: fix build with automake 1.17
This fixes the "aclocal-1.16: not found" error (on all archs): https://build.alpinelinux.org/buildlogs/build-edge-loongarch64/main/nmap/nmap-7.95-r0.log
This commit is contained in:
parent
ed07f59397
commit
da73517e75
@ -1,7 +1,7 @@
|
||||
# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
|
||||
pkgname=nmap
|
||||
pkgver=7.95
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="network exploration tool and security/port scanner"
|
||||
url="https://nmap.org"
|
||||
arch="all"
|
||||
@ -9,6 +9,7 @@ license="custom"
|
||||
makedepends="
|
||||
autoconf
|
||||
automake
|
||||
libtool
|
||||
libpcap-dev
|
||||
libssh2-dev
|
||||
linux-headers
|
||||
@ -36,6 +37,8 @@ source="https://nmap.org/dist/nmap-$pkgver.tar.bz2
|
||||
prepare() {
|
||||
default_prepare
|
||||
update_config_sub
|
||||
|
||||
autoreconf libpcre libdnet-stripped -ivf
|
||||
}
|
||||
|
||||
build() {
|
||||
|
Loading…
Reference in New Issue
Block a user