summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2022-01-10 13:32:09 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2022-01-15 15:00:49 +0100
commit8dd5dfc81746bab7c56ca01cc3ce9351f2045d27 (patch)
treeef11b8420249ecd540660477a1df63b85bdb7e11 /package
parenteb1593c3e721000fecefa36ed4e65fce74b951a7 (diff)
glibc: fix build on static linking
Diffstat (limited to 'package')
-rw-r--r--package/glibc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/glibc/Makefile b/package/glibc/Makefile
index 874ec2f8a..eb0c64a3a 100644
--- a/package/glibc/Makefile
+++ b/package/glibc/Makefile
@@ -52,7 +52,7 @@ ifneq ($(ADK_TARGET_USE_STATIC_LIBS_ONLY),y)
done
else
${INSTALL_DIR} ${IDIR_GLIBC}/$(ADK_TARGET_LIBC_PATH)
- for file in libnss_dns libnss_files; do \
+ -for file in libnss_dns libnss_files; do \
$(CP) $(STAGING_TARGET_DIR)/$(ADK_TARGET_LIBC_ABI_PATH)/$$file.so* $(IDIR_GLIBC)/$(ADK_TARGET_LIBC_PATH); \
$(CP) $(STAGING_TARGET_DIR)/$(ADK_TARGET_LIBC_ABI_PATH)/$$file-$(PKG_GLIBCVER).so $(IDIR_GLIBC)/$(ADK_TARGET_LIBC_PATH); \
done