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:
Josef Söntgen 2012-08-20 01:15:20 +02:00 committed by Norman Feske
parent ae524e4beb
commit 789ab39670
1 changed files with 1 additions and 2 deletions

View File

@ -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