summaryrefslogtreecommitdiff
path: root/package/eglibc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-10-20 10:52:18 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-10-20 10:52:18 +0200
commitfd0ab933ae9f42c3d701371e234c55c963521080 (patch)
treebd3bd4a71f907fd6cb0b87534df1b2fd6ad1ab4d /package/eglibc
parent00bca586c4f68b2a846b9e2a04ec7245a9f0d881 (diff)
/lib/libc.so should not be a symlink!
Diffstat (limited to 'package/eglibc')
-rw-r--r--package/eglibc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/eglibc/Makefile b/package/eglibc/Makefile
index 494978b0c..785c03415 100644
--- a/package/eglibc/Makefile
+++ b/package/eglibc/Makefile
@@ -102,7 +102,7 @@ ifeq ($(ADK_TARGET_ABI_N64),y)
endif
${CP} ${STAGING_TARGET_DIR}/usr/lib/crt* ${IDIR_EGLIBC_DEV}/usr/lib
${CP} ${STAGING_TARGET_DIR}/usr/lib/libc_nonshared.a ${IDIR_EGLIBC_DEV}/usr/lib
- -for file in libc libcrypt libdl libm libresolv librt libutil; do \
+ -for file in libcrypt libdl libm libresolv librt libutil; do \
cd $(IDIR_EGLIBC_DEV)/lib/; ln -sf $$file-$(PKG_VERSION).so $$file.so; \
done
# header package