summaryrefslogtreecommitdiff
path: root/package/polipo/patches
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-07-29 17:16:55 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-07-29 17:16:55 +0200
commitba085778e938595ea0807c4f51818df144fd0d92 (patch)
treec90cd94749a7ba5ed0ab8fed627ffa6bcea28a71 /package/polipo/patches
parent8961e6674ce327d3a75d05da815a5dfd2f853d11 (diff)
add small http proxy, can be used in combination with tor for non-sockify apps like dillo
Diffstat (limited to 'package/polipo/patches')
-rw-r--r--package/polipo/patches/patch-Makefile11
1 files changed, 11 insertions, 0 deletions
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 \