diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-01-04 22:15:14 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-01-04 22:15:14 +0000 |
commit | 1166f6a9811605d3adb20aa91166d8086853b5e0 (patch) | |
tree | d43fbfcbec752cbc046689a66b8f3a7be59d0fae | |
parent | f611dbb2e91fbaa87de932f4b1524f8ac39265e8 (diff) |
Corrected missing dependency
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2827 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/peerguardian/ipkg/peerguardian.control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/peerguardian/ipkg/peerguardian.control b/package/peerguardian/ipkg/peerguardian.control index 9c7d80921..edf1ec775 100644 --- a/package/peerguardian/ipkg/peerguardian.control +++ b/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 |