summaryrefslogtreecommitdiff
path: root/package/polipo/patches
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-07-29 17:40:00 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-07-29 17:40:00 +0200
commit45db37a3d6735a733e87998f4ac85066eb35f1d6 (patch)
tree10425e8037492d28a8ec40999a0bcf1cceb4b9e1 /package/polipo/patches
parent1fad491e3c88e0f9b6a0eb15c499dace2b0f37a3 (diff)
parentcbe0bc6801ec933d3268773907ce9e75a1e91252 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
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 \