diff options
author | Hamish Guthrie <hcg@openwrt.org> | 2011-02-18 10:37:26 +0000 |
---|---|---|
committer | Hamish Guthrie <hcg@openwrt.org> | 2011-02-18 10:37:26 +0000 |
commit | 090c04208901d09b7d87960d5531c5c0e318c956 (patch) | |
tree | d8e0b99da6219cd3e9bb784199bc88747ae1a5fe /package/base-files/Makefile | |
parent | 57be27f340588b609c374510d1114f054ac53274 (diff) | |
download | upstream-090c04208901d09b7d87960d5531c5c0e318c956.tar.gz upstream-090c04208901d09b7d87960d5531c5c0e318c956.tar.bz2 upstream-090c04208901d09b7d87960d5531c5c0e318c956.zip |
base-files: Add /etc/nsswitch.conf to targets running glibc/eglibc, otherwise name resolution fails
SVN-Revision: 25568
Diffstat (limited to 'package/base-files/Makefile')
-rw-r--r-- | package/base-files/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile index 3ccd2c7f4b..4abbdf7ac4 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -416,6 +416,7 @@ ifeq ($(CONFIG_EXTERNAL_TOOLCHAIN),) use_nsswitch=$(if $(CONFIG_USE_GLIBC)$(CONFIG_EGLIBC_OPTION_EGLIBC_NSSWITCH),libnss_dns libnss_files) define Package/glibc/install + $(CP) ./glibc-files/* $(1)/ $(INSTALL_DIR) $(1)/lib $(CP) \ $(TOOLCHAIN_DIR)/lib/ld*.so.* \ |