From 7f46305c0aa9963be7b87489d52876916c8643e0 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 30 Sep 2009 19:03:23 +0200 Subject: fix tool dependency list add preliminary rpm backend support --- package/eglibc/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'package') diff --git a/package/eglibc/Makefile b/package/eglibc/Makefile index ea271f4b6..3333f85dc 100644 --- a/package/eglibc/Makefile +++ b/package/eglibc/Makefile @@ -61,6 +61,7 @@ endif cd $(IDIR_EGLIBC)/lib && ln -sf libm.so.6 libm.so cd $(IDIR_EGLIBC)/lib && ln -sf libutil.so.1 libutil.so cd $(IDIR_EGLIBC)/lib && ln -sf librt.so.1 librt.so + cd $(IDIR_EGLIBC)/lib && ln -sf libcrypt.so.1 libcrypt.so # header package $(MAKE) -C $(TOOLCHAIN_BUILD_DIR)/linux-$(KERNEL_VERSION) ARCH=$(ARCH) V=1 \ INSTALL_HDR_PATH=$(IDIR_EGLIBC_DEV)/usr \ -- cgit v1.2.3