Package: vlfeat / 0.9.20+dfsg0-1

0001-Fixed-a-typo-in-the-Makefile-using-default-CPPFLAGS.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Dima Kogan <dima@secretsauce.net>
Date: Thu, 16 Oct 2014 15:24:08 -0700
Subject: Fixed a typo in the Makefile, using default CPPFLAGS

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 9f0655a..8322467 100644
--- a/Makefile
+++ b/Makefile
@@ -150,7 +150,7 @@ endif
 VLDIR ?= .
 LIBTOOL ?= libtool
 
-STD_CLFAGS = $(CFLAGS)
+STD_CFLAGS = $(CFLAGS) $(CPPFLAGS)
 STD_CFLAGS += -std=c99
 STD_CFLAGS += -Wall -Wextra
 STD_CFLAGS += -Wno-unused-function -Wno-long-long -Wno-variadic-macros