diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-09-30 19:03:23 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-09-30 19:03:23 +0200 |
commit | 7f46305c0aa9963be7b87489d52876916c8643e0 (patch) | |
tree | d54bd4030d9ce79e3bda493f19ac48038b55430d /package/eglibc/Makefile | |
parent | 01f827482883432131c465a8e7c2586b18cbb167 (diff) |
fix tool dependency list add preliminary rpm backend support
Diffstat (limited to 'package/eglibc/Makefile')
-rw-r--r-- | package/eglibc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |