diff options
author | Florian Fainelli <florian@openwrt.org> | 2006-01-04 22:15:14 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2006-01-04 22:15:14 +0000 |
commit | 9ab95cb396f3871d35587939267d8c48ff36f7a9 (patch) | |
tree | ea0f0f4918b9665adf0fe7bf78b118c08c7aaf92 /openwrt/package/peerguardian | |
parent | dbba61a14d60a06d660f0be8530334e7490aea3e (diff) | |
download | mtk-20170518-9ab95cb396f3871d35587939267d8c48ff36f7a9.zip mtk-20170518-9ab95cb396f3871d35587939267d8c48ff36f7a9.tar.gz mtk-20170518-9ab95cb396f3871d35587939267d8c48ff36f7a9.tar.bz2 |
Corrected missing dependency
SVN-Revision: 2827
Diffstat (limited to 'openwrt/package/peerguardian')
-rw-r--r-- | openwrt/package/peerguardian/ipkg/peerguardian.control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/peerguardian/ipkg/peerguardian.control b/openwrt/package/peerguardian/ipkg/peerguardian.control index 9c7d809..edf1ec7 100644 --- a/openwrt/package/peerguardian/ipkg/peerguardian.control +++ b/openwrt/package/peerguardian/ipkg/peerguardian.control @@ -1,6 +1,6 @@ Package: peerguardian Architecture: mipsel Section: net -Depends: libpthread +Depends: libpthread, libstdc++ Description: PeerGuardian helps protect your privacy by blocking many ranges of aggressive IPs while you use P2P. Priority: optional |