remove the shared object stubs of libnsl and libresolv - let the compiler use the...
[openwrt/staging/lynxis/omap.git] / toolchain / uClibc / Makefile
index f522903563fce0642a94ce1b902f97f6fa4c003c..681341903e2429274033be6d4885f804a102fb0c 100644 (file)
@@ -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