From: Mirko Vogt Date: Sat, 18 Jun 2011 17:53:41 +0000 (+0000) Subject: [toolchain/eglibc] explicitly disable the use of ldconfig X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=e6554e5fd32cd57f88bb440bfe5b7382bc4806ed [toolchain/eglibc] explicitly disable the use of ldconfig SVN-Revision: 27220 --- 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) \