aboutsummaryrefslogtreecommitdiffstats
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
commit49540823df2d8aacb42f2379df9100a385c91a1b (patch)
tree8a0383d0e0ec30413d2ef3945d62830f29a47a1c /toolchain/eglibc
parent8382dd4891bcfd97b2c59b0cc1c3dd9635892c7c (diff)
downloadupstream-49540823df2d8aacb42f2379df9100a385c91a1b.tar.gz
upstream-49540823df2d8aacb42f2379df9100a385c91a1b.tar.bz2
upstream-49540823df2d8aacb42f2379df9100a385c91a1b.zip
[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 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) \