summaryrefslogtreecommitdiffstats
path: root/toolchain/uClibc
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-02-13 03:26:10 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-02-13 03:26:10 +0000
commitc672eeffc9372bf4c7f919622a999d86771fb071 (patch)
tree5b87205ad98d97d80d06b7d0f4339f26565c2736 /toolchain/uClibc
parentabfe2f1bc2b0b34eee71764111b5e88ad6a7409e (diff)
downloadmaster-31e0f0ae-c672eeffc9372bf4c7f919622a999d86771fb071.tar.gz
master-31e0f0ae-c672eeffc9372bf4c7f919622a999d86771fb071.tar.bz2
master-31e0f0ae-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 'toolchain/uClibc')
-rw-r--r--toolchain/uClibc/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/toolchain/uClibc/Makefile b/toolchain/uClibc/Makefile
index f522903563..681341903e 100644
--- a/toolchain/uClibc/Makefile
+++ b/toolchain/uClibc/Makefile
@@ -128,6 +128,9 @@ define Host/Compile
done \
done \
)
+ rm -f \
+ $(TOOLCHAIN_DIR)/lib/libresolv*.so* \
+ $(TOOLCHAIN_DIR)/lib/libnsl*.so*
endef
define Host/Install