mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
Remove ldd/ldconfig for the moment (#1551)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6866 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user