mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
main/nmap: build against libstdc++
This commit is contained in:
parent
70fe84eac1
commit
73dee2badd
@ -2,12 +2,12 @@
|
||||
# Maintainer: Leonardo Arena <rnalrd@gmail.com>
|
||||
pkgname=nmap
|
||||
pkgver=5.00
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="A network exploration tool and security/port scanner"
|
||||
url="http:/nmap.org"
|
||||
license="custom:GPL"
|
||||
depends=
|
||||
makedepends="uclibc++-dev libpcap-dev openssl-dev lua-dev"
|
||||
makedepends="libpcap-dev openssl-dev lua-dev"
|
||||
install=
|
||||
subpackages="$pkgname-doc $pkgname-nse"
|
||||
source="http://nmap.org/dist/$pkgname-$pkgver.tgz
|
||||
@ -22,7 +22,6 @@ build() {
|
||||
patch -p1 < $i || return 1
|
||||
done
|
||||
|
||||
export CXX=${CXX_UC:-g++-uc}
|
||||
./configure --prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--mandir=/usr/share/man \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user