[Lunar-commits] <moonbase-other> nmap: use native pcre, libdnet and libpcap libs.

Florin Braescu florin at lunar-linux.org
Fri Jan 3 17:11:03 CET 2014


commit deb08957edc25fb7fa4671266d995b88be9ffe38
Author: Florin Braescu <florin at lunar-linux.org>
Date: Fri, 03 Jan 2014 08:10:32 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/deb08957edc25fb7fa4671266d995b88be9ffe38

nmap: use native pcre, libdnet and libpcap libs.
---
  security/nmap/BUILD   | +0/-5     
  security/nmap/DEPENDS | +4/-0     
  2 files changed, 4 insertions(+), 5 deletions(-)

--- a/security/nmap/BUILD
+++ /dev/null
@@ -1,5 +0,0 @@
-# use always nmaps own optimized library variants
-# this provides better reliability and performance
-OPTS+=" --with-libpcap=included --with-libdnet=included --with-libpcre=included" &&
-
-default_build
--- a/security/nmap/DEPENDS
+++ b/security/nmap/DEPENDS
@@ -1,3 +1,7 @@
+depends pcre
+depends libdnet
+depends libpcap
+
 optional_depends "openssl"            \
                  "--with-openssl"     \
                  "--without-openssl"  \




More information about the Lunar-commits mailing list