mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-23 01:08:55 +00:00
Extend libc with libresolv functionality
This commit enables libc's own libresolv and its dependencies.
This commit is contained in:
committed by
Christian Helmuth
parent
ba6dae9946
commit
30fe9d1912
@ -4,6 +4,7 @@ LIBC_DIR = $(REP_DIR)/contrib/libc-8.2.0
|
||||
INC_DIR += $(LIBC_DIR)/libc/locale
|
||||
INC_DIR += $(LIBC_DIR)/libc/include
|
||||
INC_DIR += $(LIBC_DIR)/libc/stdio
|
||||
INC_DIR += $(LIBC_DIR)/libc/net
|
||||
INC_DIR += $(LIBC_DIR)/gdtoa
|
||||
|
||||
#CC_OPT += -DGENODE_RELEASE
|
||||
|
Reference in New Issue
Block a user