diff --git a/main/nmap/APKBUILD b/main/nmap/APKBUILD index a6d9c16b6f6..43b87e635c5 100644 --- a/main/nmap/APKBUILD +++ b/main/nmap/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Leonardo Arena 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() {