From e54671b3aa34f350c009c407042933b814fe220f Mon Sep 17 00:00:00 2001 From: dos-reis Date: Wed, 3 Apr 2013 02:16:23 +0000 Subject: Fix up fallout from C++11 switch --- config/var-def.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/var-def.mk') diff --git a/config/var-def.mk b/config/var-def.mk index 11e0ebd9..b89d3c88 100644 --- a/config/var-def.mk +++ b/config/var-def.mk @@ -72,8 +72,8 @@ LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIBTOOL = $(top_builddir)/libtool ## Command used to compile a C program -COMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) -c $(CPPFLAGS) -CXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) -c $(CPPFLAGS) +COMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) -c $(CPPFLAGS) $(CFLAGS) +CXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) -c $(CPPFLAGS) $(CXXFLAGS) ## Sadly, at the moment, the C parts of the OpenAxiom system is not ## well structured enough to allow for clean dynamic libraries -- cgit v1.2.3