git » nmap.git » commit 891e95d

fix FS#40947

author Gaetan Bisson
2014-08-17 03:08:03 UTC
committer Gaetan Bisson
2014-08-17 03:08:03 UTC
parent b7520634b56ebdbf435f50bbcd4f72641c97a20c

fix FS#40947

PKGBUILD +3 -2

diff --git a/PKGBUILD b/PKGBUILD
index 4312bbe..ef223b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 
 pkgname=nmap
 pkgver=6.46
-pkgrel=1
+pkgrel=2
 pkgdesc='Utility for network discovery and security auditing'
 url='http://nmap.org/'
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@ optdepends=('pygtk: zenmap'
             'xterm: privilege escalation for zenmap'
             'kdebase-runtime: privilege escalation for zenmap'
             'gksu: privilege escalation for zenmap')
-depends=('pcre' 'openssl' 'libpcap' 'lua')
+depends=('pcre' 'openssl' 'lua')
 source=("http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2")
 sha1sums=('e19dd4d35d76b24b084665b90c423f53bc7fdcfe')
 
@@ -26,6 +26,7 @@ build() {
 		--prefix=/usr \
 		--libexecdir=/usr/lib \
 		--mandir=/usr/share/man \
+		--with-libpcap=included \
 
 	make
 }