From ba085778e938595ea0807c4f51818df144fd0d92 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 29 Jul 2013 17:16:55 +0200 Subject: add small http proxy, can be used in combination with tor for non-sockify apps like dillo --- package/polipo/patches/patch-Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package/polipo/patches/patch-Makefile (limited to 'package/polipo/patches') diff --git a/package/polipo/patches/patch-Makefile b/package/polipo/patches/patch-Makefile new file mode 100644 index 000000000..6aa6677d0 --- /dev/null +++ b/package/polipo/patches/patch-Makefile @@ -0,0 +1,11 @@ +--- polipo-1.0.4.1.orig/Makefile 2010-02-01 00:13:20.000000000 +0100 ++++ polipo-1.0.4.1/Makefile 2013-07-22 18:06:28.000000000 +0200 +@@ -63,7 +63,7 @@ FILE_DEFINES = -DLOCAL_ROOT=\"$(LOCAL_RO + + DEFINES = $(FILE_DEFINES) $(PLATFORM_DEFINES) + +-CFLAGS = $(MD5INCLUDES) $(CDEBUGFLAGS) $(DEFINES) $(EXTRA_DEFINES) ++CFLAGS ?= $(MD5INCLUDES) $(CDEBUGFLAGS) $(DEFINES) $(EXTRA_DEFINES) + + SRCS = util.c event.c io.c chunk.c atom.c object.c log.c diskcache.c main.c \ + config.c local.c http.c client.c server.c auth.c tunnel.c \ -- cgit v1.2.3