diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-10-22 22:15:59 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-10-22 22:15:59 +0200 |
commit | 1d18ffa427852084c6bf378eaa76c2e9116cdea7 (patch) | |
tree | b9aa383048f908be017cdc260cb60fa3df5699e0 /package/eglibc/Makefile | |
parent | f3d0f13c125a7e24dda986656d42b4a28e2f8e70 (diff) | |
parent | 4f14ea9a70f86fd29c59b617fa1449dd5b2f14ab (diff) |
some adk devel corrections
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Conflicts:
mk/package.mk
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 3333f85dc..e80995a84 100644 --- a/package/eglibc/Makefile +++ b/package/eglibc/Makefile @@ -62,6 +62,7 @@ endif 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 + cd $(IDIR_EGLIBC)/lib && ln -sf libdl.so.2 libdl.so # header package $(MAKE) -C $(TOOLCHAIN_BUILD_DIR)/linux-$(KERNEL_VERSION) ARCH=$(ARCH) V=1 \ INSTALL_HDR_PATH=$(IDIR_EGLIBC_DEV)/usr \ |