From 9b56ffefa547d8c01f0927269f00f9efd9235c6a Mon Sep 17 00:00:00 2001 From: Matthias Kovatsch Date: Wed, 19 Jun 2013 16:03:49 +0200 Subject: [PATCH] Fixed broken/unclear Ipv6 configuration with CFLAG. --- examples/er-rest-example/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/er-rest-example/Makefile b/examples/er-rest-example/Makefile index 171228ca3..0eac1a4e4 100644 --- a/examples/er-rest-example/Makefile +++ b/examples/er-rest-example/Makefile @@ -11,6 +11,8 @@ WITH_COAP=13 WITH_UIP6=1 # for some platforms UIP_CONF_IPV6=1 +# IPv6 make config disappeared completely +CFLAGS += -DUIP_CONF_IPV6=1 CONTIKI=../.. CFLAGS += -DPROJECT_CONF_H=\"project-conf.h\"