define Package/peerguardian
SECTION:=net
CATEGORY:=Network
- DEPENDS:= +libncurses +libpthread +libnetfilter-queue
+ DEPENDS:=@BROKEN +libncurses +libpthread +libnetfilter-queue
TITLE:=PeerGuardian for Linux
URL:=http://phoenixlabs.org/
endef
peerguardnf_SOURCES=Main.cpp PeerGuard.cpp BlockList.cpp Blocker_Linux.cpp Blocker_BSD.cpp HttpServer.cpp HttpRequest.cpp sha1.cpp
pgtext_SOURCES=pgtext.cpp
-peerguardnf_LDADD=-lipq -lpthread
-+peerguardnf_LDADD=-lnetfilter_queue_libipq -lnetfilter_queue -lnfnetlink -lpthread
++peerguardnf_LDADD=-lipq -lnetfilter_queue -lnfnetlink -lpthread
pgtext_LDADD=-lncurses -lpthread
peerguardnf_LDFLAGS=$(all_includes) -I/usr/include/libipq
AM_CPPFLAGS=$(ALL_INCLUDES) -I/usr/include/libipq
peerguardnf_SOURCES = Main.cpp PeerGuard.cpp BlockList.cpp Blocker_Linux.cpp Blocker_BSD.cpp HttpServer.cpp HttpRequest.cpp sha1.cpp
pgtext_SOURCES = pgtext.cpp
-peerguardnf_LDADD = -lipq -lpthread
-+peerguardnf_LDADD = -lnetfilter_queue_libipq -lnetfilter_queue -lnfnetlink -lpthread
++peerguardnf_LDADD = -lipq -lnetfilter_queue -lnfnetlink -lpthread
pgtext_LDADD = -lncurses -lpthread
peerguardnf_LDFLAGS = $(all_includes)
AM_CPPFLAGS = $(ALL_INCLUDES)
-diff --git a/Main.cpp b/Main.cpp
-index 0a5ae59..0c5274c 100755
--- a/Main.cpp
+++ b/Main.cpp
@@ -25,6 +25,7 @@
using namespace PG;
using namespace std;
-diff --git a/PeerGuard.h b/PeerGuard.h
-index 3d0d31c..7e1d0f7 100755
--- a/PeerGuard.h
+++ b/PeerGuard.h
@@ -24,6 +24,7 @@