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 | 6ac650f7400a8eeeee328d8e38a3ae77b2ad0878 (patch) | |
tree | db9a1d260f56a9dbc5ba265c45ed683345d45086 | |
parent | 343ba36404e369de7f2d88f8da069c406fe9bec5 (diff) |
Corrected missing dependency
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2827 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 9c7d809212..edf1ec775d 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 |