- fixes cross-compilation issue.

git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1895 8eb893ce-cfd4-0310-b710-fb5ebe64c474
sayer/1.4-spce2.6
Raphael Coeffic 16 years ago
parent 70b41a3677
commit 83d3904c7e

@ -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

Loading…
Cancel
Save