Date: Sunday, August 17, 2014 @ 05:08:03
  Author: bisson
Revision: 220124

fix FS#40947

Modified:
  nmap/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2014-08-17 00:55:15 UTC (rev 220123)
+++ PKGBUILD    2014-08-17 03:08:03 UTC (rev 220124)
@@ -5,7 +5,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')
@@ -16,7 +16,7 @@
             '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')
 
@@ -27,6 +27,7 @@
                --prefix=/usr \
                --libexecdir=/usr/lib \
                --mandir=/usr/share/man \
+               --with-libpcap=included \
 
        make
 }

Reply via email to