From: mirko Date: Sat, 18 Jun 2011 17:53:41 +0000 (+0000) Subject: [toolchain/eglibc] explicitly disable the use of ldconfig X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=159c4f1f063f149f02a56b3fd460d7e2720a438e;p=openwrt.git [toolchain/eglibc] explicitly disable the use of ldconfig git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27220 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/toolchain/eglibc/Makefile b/toolchain/eglibc/Makefile index 6be809745b..1e1031deb8 100644 --- a/toolchain/eglibc/Makefile +++ b/toolchain/eglibc/Makefile @@ -60,6 +60,7 @@ EGLIBC_CONFIGURE:= \ $(TARGET_CONFIGURE_OPTS) \ CFLAGS="$(EGLIBC_CFLAGS)" \ libc_cv_slibdir="/lib" \ + use_ldconfig=no \ $(HOST_BUILD_DIR)/libc/configure \ --prefix= \ --build=$(GNU_HOST_NAME) \