libc: update recipe for resolv integration

This commit is contained in:
Christian Helmuth 2017-09-28 18:02:30 +02:00
parent 226fcbc02f
commit 23f65803fa
2 changed files with 3 additions and 3 deletions

View File

@ -23,8 +23,8 @@ SRC_C += base64.c
include $(REP_DIR)/lib/mk/libc-common.inc
INC_DIR += $(REP_DIR)/include/libc
INC_DIR += $(REP_DIR)/include/libc/sys
INC_DIR += $(LIBC_REP_DIR)/include/libc
INC_DIR += $(LIBC_REP_DIR)/include/libc/sys
INC_DIR += $(LIBC_PORT_DIR)/include/libc/sys
# needed for name6.c, contains res_private.h

View File

@ -6,7 +6,7 @@ SRC_C = bindresvport.c
include $(REP_DIR)/lib/mk/libc-common.inc
INC_DIR += $(REP_DIR)/include/libc/sys
INC_DIR += $(LIBC_REP_DIR)/include/libc/sys
INC_DIR += $(LIBC_PORT_DIR)/include/libc/sys
vpath %.c $(LIBC_RPC_DIR)