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\"