summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-04-26 12:34:53 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-04-26 12:34:53 +0000
commit866ff778a0f596e1faefa21e030f11f7689f053f (patch)
tree4563be546a0861ac6db4ef92ea4ba4ed086e2443
parent8901de498f4373a939a80b709dee51db18251a9d (diff)
downloadmtk-20170518-866ff778a0f596e1faefa21e030f11f7689f053f.zip
mtk-20170518-866ff778a0f596e1faefa21e030f11f7689f053f.tar.gz
mtk-20170518-866ff778a0f596e1faefa21e030f11f7689f053f.tar.bz2
add nmap depend on libgcc
SVN-Revision: 728
-rw-r--r--openwrt/package/nmap/nmap.control2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/nmap/nmap.control b/openwrt/package/nmap/nmap.control
index 45698bf..e675daf 100644
--- a/openwrt/package/nmap/nmap.control
+++ b/openwrt/package/nmap/nmap.control
@@ -3,5 +3,5 @@ Priority: optional
Section: net
Maintainer: Felix Fietkau <nbd@vd-s.ath.cx>
Source: buildroot internal
-Depends: libpcap, libpcre, uclibc++
+Depends: libpcap, libpcre, uclibc++, libgcc
Description: Nmap is a free open source utility for network exploration or security auditing.