From 334fd4199b94bddd3b17eaa93668e9f04f004ee0 Mon Sep 17 00:00:00 2001 From: Mirko Vogt Date: Sat, 28 Apr 2012 22:24:12 +0000 Subject: purge support for glibc - use eglibc instead! for reference: http://www.mail-archive.com/openwrt-devel@lists.openwrt.org/msg13425.html SVN-Revision: 31503 --- package/base-files/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'package/base-files/Makefile') diff --git a/package/base-files/Makefile b/package/base-files/Makefile index a230b1b..b22e6b3 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -516,8 +516,8 @@ ifeq ($(CONFIG_EXTERNAL_TOOLCHAIN),) use_libnsl=$(if $(CONFIG_USE_GLIBC)$(CONFIG_EGLIBC_OPTION_EGLIBC_NIS),libnsl) use_nsswitch=$(if $(CONFIG_USE_GLIBC)$(CONFIG_EGLIBC_OPTION_EGLIBC_NSSWITCH),libnss_dns libnss_files) - define Package/glibc/install - $(CP) ./glibc-files/* $(1)/ + define Package/eglibc/install + $(CP) ./eglibc-files/* $(1)/ rm -f $(1)/etc/localtime ln -sf /tmp/localtime $(1)/etc/localtime $(INSTALL_DIR) $(1)/lib @@ -534,10 +534,6 @@ ifeq ($(CONFIG_EXTERNAL_TOOLCHAIN),) done endef - define Package/eglibc/install - $(call Package/glibc/install,$1) - endef - define Package/uClibc/install $(INSTALL_DIR) $(1)/lib $(CP) \ -- cgit v1.1