diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-02-13 03:26:10 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-02-13 03:26:10 +0000 |
commit | c672eeffc9372bf4c7f919622a999d86771fb071 (patch) | |
tree | 5b87205ad98d97d80d06b7d0f4339f26565c2736 /package/base-files | |
parent | abfe2f1bc2b0b34eee71764111b5e88ad6a7409e (diff) | |
download | upstream-c672eeffc9372bf4c7f919622a999d86771fb071.tar.gz upstream-c672eeffc9372bf4c7f919622a999d86771fb071.tar.bz2 upstream-c672eeffc9372bf4c7f919622a999d86771fb071.zip |
remove the shared object stubs of libnsl and libresolv - let the compiler use the static variants instead
SVN-Revision: 25511
Diffstat (limited to 'package/base-files')
-rw-r--r-- | package/base-files/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile index 90a65d61de..82bf51a2bd 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -443,7 +443,7 @@ ifeq ($(CONFIG_EXTERNAL_TOOLCHAIN),) $(TOOLCHAIN_DIR)/lib/libc.so.* \ $(TOOLCHAIN_DIR)/lib/libuClibc-$(LIBC_SO_VERSION).so \ $(1)/lib/ - for file in libcrypt libdl libm libnsl libresolv libutil; do \ + for file in libcrypt libdl libm libutil; do \ $(CP) \ $(TOOLCHAIN_DIR)/lib/$$$$file.so.* \ $(TOOLCHAIN_DIR)/lib/$$$$file-$(LIBC_SO_VERSION).so \ |