summaryrefslogtreecommitdiff
path: root/package/htpdate/patches/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/htpdate/patches/patch-Makefile')
-rw-r--r--package/htpdate/patches/patch-Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/package/htpdate/patches/patch-Makefile b/package/htpdate/patches/patch-Makefile
new file mode 100644
index 000000000..edd5b9c38
--- /dev/null
+++ b/package/htpdate/patches/patch-Makefile
@@ -0,0 +1,14 @@
+$Id$
+--- htpdate-0.9.0.orig/Makefile Sun Dec 11 22:34:35 2005
++++ htpdate-0.9.0/Makefile Tue Jan 16 23:47:33 2007
+@@ -2,8 +2,8 @@ prefix = /usr
+ bindir = ${prefix}/bin
+ mandir = ${prefix}/share/man
+
+-CC = gcc
+-CFLAGS += -Wall -ansi -Os -DDEBUG
++CC ?= gcc
++CFLAGS ?= -Wall -ansi -Os -DDEBUG
+
+ INSTALL = /usr/bin/install -c
+ STRIP = /usr/bin/strip -s