diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-04-04 20:24:06 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-04-04 20:24:06 +0000 |
commit | 11543233b23052270bdda2cb21cc41096e579904 (patch) | |
tree | 680210d383f60fd30995b5425704926be21713ae /package/base-files/Makefile | |
parent | 6b3796aba5a645721fa345a6e87a36a95cb8ec55 (diff) |
Remove ldd/ldconfig for the moment (#1551)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6866 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files/Makefile')
-rw-r--r-- | package/base-files/Makefile | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile index 7c0a4c9e1f..577d320b2b 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -97,16 +97,6 @@ define Package/uclibc TITLE:=C library embedded systems endef -define Package/ldd - $(call Package/uclibc/Default) - TITLE:=LDD trace utility -endef - -define Package/ldconfig - $(call Package/uclibc/Default) - TITLE:=Shared library path configuration -endef - define Build/Prepare mkdir -p $(PKG_BUILD_DIR) endef @@ -200,6 +190,3 @@ $(eval $(call BuildPackage,libgcc)) $(eval $(call BuildPackage,libssp)) $(eval $(call BuildPackage,libpthread)) $(eval $(call BuildPackage,uclibc)) -$(eval $(call BuildPackage,ldd)) -$(eval $(call BuildPackage,ldconfig)) - |