From 83d3904c7e201a81ea29749a8781566dd33116e5 Mon Sep 17 00:00:00 2001 From: Raphael Coeffic Date: Mon, 17 May 2010 21:22:46 +0000 Subject: [PATCH] - fixes cross-compilation issue. git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1895 8eb893ce-cfd4-0310-b710-fb5ebe64c474 --- apps/diameter_client/lib_dbase/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/diameter_client/lib_dbase/Makefile b/apps/diameter_client/lib_dbase/Makefile index 2d01e74a..1bd3047e 100644 --- a/apps/diameter_client/lib_dbase/Makefile +++ b/apps/diameter_client/lib_dbase/Makefile @@ -12,7 +12,7 @@ hrds = $(wildcard *.h) objs = $(srcs:.c=.o) depends = $(srcs:.c=.d) -cflags ?= $(C_FLAGS) -I $(MCOREPATH) -Wall $(module_cflags) +cflags ?= $(CPPFLAGS) $(C_FLAGS) -I $(MCOREPATH) -Wall $(module_cflags) WITH_OPENSSL = 1