summaryrefslogtreecommitdiff
path: root/package/polipo/patches/patch-Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-07-30 14:27:32 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-07-30 14:27:32 +0200
commit021acb6b3c65dcb4cc2b212839a43503ea5d83b1 (patch)
tree6a910dfe9e6eeb2f00487e43b3ba02c4c2ade1d9 /package/polipo/patches/patch-Makefile
parent9e7082cef23e5320365e4de4c410ac3012e14f98 (diff)
parent99948a8d7fa2bcd022e8ddbe09a954beeefcf6a7 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/polipo/patches/patch-Makefile')
-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 \