diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-12-18 15:24:18 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-12-18 15:24:18 +0000 |
commit | 7f10da01013de27a36dd32a108fd92ed955c6880 (patch) | |
tree | 017919e3f7654dfe32eccc2a8f925a10307f07ce /openwrt/package/peerguardian/patches/01-honor-libipq.patch | |
parent | d0d303b6e3f7b55b160d03537ff01be6ca3aae2f (diff) |
Added peerguardian
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2724 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/peerguardian/patches/01-honor-libipq.patch')
-rwxr-xr-x | openwrt/package/peerguardian/patches/01-honor-libipq.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/openwrt/package/peerguardian/patches/01-honor-libipq.patch b/openwrt/package/peerguardian/patches/01-honor-libipq.patch new file mode 100755 index 000000000..b58ee8a8b --- /dev/null +++ b/openwrt/package/peerguardian/patches/01-honor-libipq.patch @@ -0,0 +1,16 @@ +diff -urN pglinux-1.5beta/Makefile.in /Users/florian/dev/sdk/dl/pglinux-1.5beta/Makefile.in +--- pglinux-1.5beta/Makefile.in 2005-03-31 09:40:29.000000000 +0200 ++++ /Users/florian/dev/sdk/dl/pglinux-1.5beta/Makefile.in 2005-11-25 19:14:16.000000000 +0100 +@@ -83,10 +83,10 @@ + PROGRAMS = $(mybin_PROGRAMS) + + +-DEFS = @DEFS@ -I. -I$(srcdir) -I. ++DEFS = @DEFS@ -I. -I$(srcdir) -I. -I$(STAGING_DIR)/usr/include + CPPFLAGS = @CPPFLAGS@ + LDFLAGS = @LDFLAGS@ +-LIBS = @LIBS@ ++LIBS = @LIBS@ -L$(STAGING_DIR)/usr/lib + peerguardnf_OBJECTS = Main.o PeerGuard.o BlockList.o Blocker_Linux.o \ + Blocker_BSD.o HttpServer.o HttpRequest.o sha1.o + peerguardnf_DEPENDENCIES = |