summaryrefslogtreecommitdiff
path: root/package/glibc/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-10-24 16:42:17 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-10-24 16:42:17 +0200
commit36b8021619c7f7a8ec6fee10e3bfa6e7ff8d9d48 (patch)
treeb63a36a56cc0067e318c7e256b599fe745c1f1b8 /package/glibc/Makefile
parentb38f21fd131920147afe35c7975c066557211fda (diff)
get rid of unsupported locale support
Diffstat (limited to 'package/glibc/Makefile')
-rw-r--r--package/glibc/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/package/glibc/Makefile b/package/glibc/Makefile
index f7aabf15f..af70e125f 100644
--- a/package/glibc/Makefile
+++ b/package/glibc/Makefile
@@ -38,9 +38,6 @@ do-install:
done
${INSTALL_DIR} $(IDIR_GLIBC)/usr/bin
$(CP) $(STAGING_TARGET_DIR)/usr/bin/getconf $(IDIR_GLIBC)/usr/bin
-ifeq ($(ADK_LOCALES),y)
- $(CP) $(STAGING_TARGET_DIR)/usr/bin/locale $(IDIR_GLIBC)/usr/bin
-endif
${INSTALL_DIR} ${IDIR_GLIBC}/etc
${INSTALL_DATA} ${STAGING_TARGET_DIR}/etc/gai.conf ${IDIR_GLIBC}/etc
${INSTALL_DATA} ./files/nsswitch.conf ${IDIR_GLIBC}/etc