libports: enable SO_REUSEADDR in lwip

This commit is contained in:
Josef Söntgen 2012-08-17 11:40:41 +02:00 committed by Norman Feske
parent 610a122f74
commit 4444d60a2b

View File

@ -27,7 +27,7 @@ SRC_C += etharp.c
LIBS = thread cxx alarm signal libc timed_semaphore
D_OPTS = ERRNO
D_OPTS = ERRNO SO_REUSE
D_OPTS := $(addprefix -D,$(D_OPTS))
CC_DEF += $(D_OPTS)