summaryrefslogtreecommitdiff
path: root/toolchain/eglibc
diff options
context:
space:
mode:
authorMirko Vogt <mirko@openwrt.org>2011-06-18 17:53:41 +0000
committerMirko Vogt <mirko@openwrt.org>2011-06-18 17:53:41 +0000
commit4716055a1e88f6e7f309eecc6469334fbf908afa (patch)
tree6e1e68f66008dccbb07ae3295f9e8773aa0c5c7e /toolchain/eglibc
parent47e218c426c5c787e0525e943e83867421aa7cce (diff)
downloadmtk-20170518-4716055a1e88f6e7f309eecc6469334fbf908afa.zip
mtk-20170518-4716055a1e88f6e7f309eecc6469334fbf908afa.tar.gz
mtk-20170518-4716055a1e88f6e7f309eecc6469334fbf908afa.tar.bz2
explicitly disable the use of ldconfig
SVN-Revision: 27220
Diffstat (limited to 'toolchain/eglibc')
-rw-r--r--toolchain/eglibc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/eglibc/Makefile b/toolchain/eglibc/Makefile
index 6be8097..1e1031d 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) \