summaryrefslogtreecommitdiff
path: root/package/htpdate/patches/patch-Makefile
blob: 46b1a9ceff32bcbbcb211679425275a00a07c426 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$Id: update-patches 24 2008-08-31 14:56:13Z wbx $
--- htpdate-1.0.3.orig/Makefile	2008-09-02 22:24:09.000000000 +0200
+++ htpdate-1.0.3/Makefile	2009-05-29 14:24:39.045810534 +0200
@@ -2,8 +2,8 @@ prefix = /usr
 bindir = ${prefix}/bin
 mandir = ${prefix}/share/man
 
-CC = gcc
-CFLAGS += -Wall -pedantic -ansi -O2
+CC ?= gcc
+CFLAGS ?= -Wall -pedantic -ansi -O2
 #CFLAGS += -Wall -ansi -O2
 
 INSTALL = /usr/bin/install -c