diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-26 12:34:53 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-26 12:34:53 +0000 |
commit | 663694e53a3a13ee3e6963585d062788ce300d65 (patch) | |
tree | 4563be546a0861ac6db4ef92ea4ba4ed086e2443 | |
parent | 36c59a65273b34ad34cfadacdd54947e43a57826 (diff) |
add nmap depend on libgcc
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@728 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | openwrt/package/nmap/nmap.control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/nmap/nmap.control b/openwrt/package/nmap/nmap.control index 45698bf224..e675dafcb0 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. |