From: Nicolas Thill Date: Tue, 14 Apr 2009 16:28:18 +0000 (+0000) Subject: move ldconfig & ldd to utils section X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=a2457665070d609a457d68c1eeb051b12bf43531;p=openwrt%2Fstaging%2Fnbd.git move ldconfig & ldd to utils section SVN-Revision: 15228 --- 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