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 | e9c0a442da0d883cb9bb8d2b38bf03ddf4f64f1e (patch) | |
tree | 075b84700933db161b32eb8306f7fd101841034c | |
parent | e2fac8670f954ecea8685df479c2e9d3c48c362d (diff) |
add nmap depend on libgcc
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@728 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/nmap/nmap.control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/nmap/nmap.control b/package/nmap/nmap.control index 45698bf224..e675dafcb0 100644 --- a/package/nmap/nmap.control +++ b/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. |