From a2457665070d609a457d68c1eeb051b12bf43531 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Tue, 14 Apr 2009 16:28:18 +0000 Subject: [PATCH] move ldconfig & ldd to utils section SVN-Revision: 15228 --- package/base-files/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package/base-files/Makefile b/package/base-files/Makefile index 4326c972ed..093bf5b984 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -117,12 +117,16 @@ $(call Package/libc/Default) endef define Package/ldd -$(call Package/uclibc/Default) +$(call Package/libc/Default) + SECTION:=utils + CATEGORY:=Utilities TITLE:=LDD trace utility endef define Package/ldconfig $(call Package/libc/Default) + SECTION:=utils + CATEGORY:=Utilities TITLE:=Shared library path configuration endef