mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-08 11:55:24 +00:00
libports: remove certain static libs from libc.mk
Most of the libs are needed for DNS related stuff. Since we now have libc_resolv they are not longer needed. Infact they will lead to undefined symbols so we remove them alltogther as build dependency for the libc.
This commit is contained in:
parent
ae524e4beb
commit
789ab39670
@ -2,8 +2,7 @@
|
||||
# C Library including string, locale
|
||||
#
|
||||
LIBS = libc-string libc-locale libc-stdlib libc-stdio libc-gen libc-gdtoa \
|
||||
libc-net libc-inet libc-stdtime libc-regex libc-compat libc-resolv \
|
||||
libc-isc libc-nameser libc-setjmp
|
||||
libc-inet libc-stdtime libc-regex libc-compat libc-setjmp
|
||||
|
||||
LIBS += timed_semaphore cxx
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user