diff options
author | wbx <wbx@hydrogenium.(none)> | 2009-05-17 14:41:34 +0200 |
---|---|---|
committer | wbx <wbx@hydrogenium.(none)> | 2009-05-17 14:41:34 +0200 |
commit | 219a6dab8995aad9ac4860cc1a84d6f3509a03a4 (patch) | |
tree | b9c0f3c43aebba2fcfef777592d0add39f2072f4 /package/htpdate/patches |
Initial import
Diffstat (limited to 'package/htpdate/patches')
-rw-r--r-- | package/htpdate/patches/patch-Makefile | 14 |
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 |