[vlfeat] 02/10: environmental CPPFLAGS are now used

Dima Kogan dima at secretsauce.net
Fri Oct 17 02:01:52 UTC 2014


This is an automated email from the git hooks/post-receive script.

dkogan-guest pushed a commit to branch patches
in repository vlfeat.

commit f23c31cf2960e40492080077663ab829c23c8a97
Author: Dima Kogan <dima at secretsauce.net>
Date:   Sun Feb 2 01:45:01 2014 -0800

    environmental CPPFLAGS are now used
    
    This patch fixes a typo and pulls in the variables
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 638552e..6f21ac0 100644
--- a/Makefile
+++ b/Makefile
@@ -149,7 +149,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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/vlfeat.git



More information about the debian-science-commits mailing list