explicitly disable the use of ldconfig
authorMirko Vogt <mirko@openwrt.org>
Sat, 18 Jun 2011 17:53:41 +0000 (17:53 +0000)
committerMirko Vogt <mirko@openwrt.org>
Sat, 18 Jun 2011 17:53:41 +0000 (17:53 +0000)
SVN-Revision: 27220

toolchain/eglibc/Makefile

index 6be809745bc7520794e9f5d9401a1913613f42c4..1e1031deb8db12c2c04a03adb4b50d0fb7a4d041 100644 (file)
@@ -60,6 +60,7 @@ EGLIBC_CONFIGURE:= \
        $(TARGET_CONFIGURE_OPTS) \
        CFLAGS="$(EGLIBC_CFLAGS)" \
        libc_cv_slibdir="/lib" \
        $(TARGET_CONFIGURE_OPTS) \
        CFLAGS="$(EGLIBC_CFLAGS)" \
        libc_cv_slibdir="/lib" \
+       use_ldconfig=no \
        $(HOST_BUILD_DIR)/libc/configure \
                --prefix= \
                --build=$(GNU_HOST_NAME) \
        $(HOST_BUILD_DIR)/libc/configure \
                --prefix= \
                --build=$(GNU_HOST_NAME) \