summaryrefslogtreecommitdiffstats
path: root/toolchain/eglibc
diff options
context:
space:
mode:
authormirko <mirko@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-06-18 17:53:41 +0000
committermirko <mirko@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-06-18 17:53:41 +0000
commit159c4f1f063f149f02a56b3fd460d7e2720a438e (patch)
tree8a0383d0e0ec30413d2ef3945d62830f29a47a1c /toolchain/eglibc
parente8526fc8bf1e2ed6f583c481ec441e09bf8c89bf (diff)
[toolchain/eglibc] explicitly disable the use of ldconfig
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27220 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 6be809745..1e1031deb 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) \