diff options
author | Florian Fainelli <florian@openwrt.org> | 2005-12-18 15:24:18 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2005-12-18 15:24:18 +0000 |
commit | ebc6a1895a967120863be457d265c50c6e2f11a6 (patch) | |
tree | 5ba63c94f6fa87b990ba5ee011a90cbe2f15df04 /openwrt/package/peerguardian/patches/01-honor-libipq.patch | |
parent | 3426c752f67f3233e0594a753d1c7fc9ca7bb6e2 (diff) | |
download | mtk-20170518-ebc6a1895a967120863be457d265c50c6e2f11a6.zip mtk-20170518-ebc6a1895a967120863be457d265c50c6e2f11a6.tar.gz mtk-20170518-ebc6a1895a967120863be457d265c50c6e2f11a6.tar.bz2 |
Added peerguardian
SVN-Revision: 2724
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 0000000..b58ee8a --- /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 = |