X-Git-Url: https://git.ralfj.de/osspd.git/blobdiff_plain/1ba9230bb0f360046a7a9dd7c94e451556d57727..cd484fa9e490d37cb1781d1ae35b10e30551be42:/debian/patches/0002-honor-CPPFLAGS.patch diff --git a/debian/patches/0002-honor-CPPFLAGS.patch b/debian/patches/0002-honor-CPPFLAGS.patch deleted file mode 100644 index e073ad9..0000000 --- a/debian/patches/0002-honor-CPPFLAGS.patch +++ /dev/null @@ -1,22 +0,0 @@ -From: Ralf Jung -Date: Sat, 15 Sep 2012 13:36:23 +0200 -Subject: honor CPPFLAGS - -Forwarded: Committed upstream as 3a9a0196 ---- - Makefile | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/Makefile b/Makefile -index 8111c9b..8d8fe87 100644 ---- a/Makefile -+++ b/Makefile -@@ -2,7 +2,7 @@ - # DESTDIR is completely respected - CC := gcc - AR := ar --CFLAGS := -Wall $(CFLAGS) -+CFLAGS := -Wall $(CFLAGS) $(CPPFLAGS) - XLDFLAGS := $(LDFLAGS) - LDFLAGS := -L. -lossp $(LDFLAGS) - prefix := /usr/local