From 789ab3967029d886c4c459bb16746d3565efa2b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20S=C3=B6ntgen?= Date: Mon, 20 Aug 2012 01:15:20 +0200 Subject: [PATCH] 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. --- libports/lib/mk/libc.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libports/lib/mk/libc.mk b/libports/lib/mk/libc.mk index 9180976b2..f357882bd 100644 --- a/libports/lib/mk/libc.mk +++ b/libports/lib/mk/libc.mk @@ -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