mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 14:13:09 +00:00
8ca63d4a6e
Remove getaddrinfo and freeaddrinfo from the Libc::Plugin and get rid of the extra libc_resolv library. Remove getaddrinfo/freeaddrinfo symbol hiding patch for FreeBSD sources. Remove libc_resolv from Makefiles and run scenarios. Fix #2273
6 lines
87 B
Makefile
6 lines
87 B
Makefile
SRC_CC = init.cc plugin.cc
|
|
|
|
vpath %.cc $(REP_DIR)/src/lib/libc_lwip
|
|
|
|
LIBS += lwip libc
|