finish up changelog for release
[osspd.git] / debian / patches / 0002-honor-CPPFLAGS.patch
1 From: Ralf Jung <post@ralfj.de>
2 Date: Sat, 15 Sep 2012 13:36:23 +0200
3 Subject: honor CPPFLAGS
4
5 Forwarded: Committed upstream as 3a9a0196
6 ---
7  Makefile | 2 +-
8  1 file changed, 1 insertion(+), 1 deletion(-)
9
10 diff --git a/Makefile b/Makefile
11 index 8111c9b..8d8fe87 100644
12 --- a/Makefile
13 +++ b/Makefile
14 @@ -2,7 +2,7 @@
15  # DESTDIR is completely respected
16  CC := gcc
17  AR := ar
18 -CFLAGS := -Wall $(CFLAGS)
19 +CFLAGS := -Wall $(CFLAGS) $(CPPFLAGS)
20  XLDFLAGS := $(LDFLAGS)
21  LDFLAGS := -L. -lossp $(LDFLAGS)
22  prefix := /usr/local