mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-22 15:02:25 +00:00
parent
16f0a69a8b
commit
901b39259c
@ -30,6 +30,8 @@ D_OPTS = ERRNO
|
|||||||
D_OPTS := $(addprefix -D,$(D_OPTS))
|
D_OPTS := $(addprefix -D,$(D_OPTS))
|
||||||
CC_DEF += $(D_OPTS)
|
CC_DEF += $(D_OPTS)
|
||||||
|
|
||||||
|
LD_OPT += --version-script=$(REP_DIR)/src/lib/lwip/symbol.map
|
||||||
|
|
||||||
INC_DIR += $(REP_DIR)/include/lwip \
|
INC_DIR += $(REP_DIR)/include/lwip \
|
||||||
$(LWIP_PORT_DIR)/include/lwip \
|
$(LWIP_PORT_DIR)/include/lwip \
|
||||||
$(LWIP_DIR)/src/include \
|
$(LWIP_DIR)/src/include \
|
||||||
|
12
repos/libports/src/lib/lwip/symbol.map
Normal file
12
repos/libports/src/lib/lwip/symbol.map
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
global:
|
||||||
|
|
||||||
|
lwip_*;
|
||||||
|
ipaddr_addr;
|
||||||
|
dns_getserver;
|
||||||
|
ipaddr_ntoa;
|
||||||
|
|
||||||
|
local:
|
||||||
|
|
||||||
|
*;
|
||||||
|
};
|
Loading…
Reference in New Issue
Block a user