From 219a6dab8995aad9ac4860cc1a84d6f3509a03a4 Mon Sep 17 00:00:00 2001 From: wbx Date: Sun, 17 May 2009 14:41:34 +0200 Subject: Initial import --- package/htpdate/patches/patch-Makefile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 package/htpdate/patches/patch-Makefile (limited to 'package/htpdate/patches') 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 -- cgit v1.2.3