examples/webserver-ipv6: Add UIP_CONF_TCP=1 to DEFINES.

TCP is mandatory for this HTTP server.

Fixes builds for platforms which have TCP turned off by default (mulle)

Signed-off-by: Joakim Gebart <joakim.gebart@eistec.se>
This commit is contained in:
Joakim Gebart 2014-08-20 14:16:50 +02:00
parent ce49276e80
commit 64a4755354
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ all : $(CONTIKI_PROJECT)
endif
UIP_CONF_IPV6=1
DEFINES=WITH_UIP6
DEFINES=WITH_UIP6,UIP_CONF_TCP=1
# Make no RPL the default for minimal-net builds
ifeq ($(TARGET),minimal-net)