[toolchain/eglibc] explicitly disable the use of ldconfig
authormirko <mirko@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 18 Jun 2011 17:53:41 +0000 (17:53 +0000)
committermirko <mirko@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 18 Jun 2011 17:53:41 +0000 (17:53 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27220 3c298f89-4303-0410-b956-a3cf2f4a3e73

toolchain/eglibc/Makefile

index 6be8097..1e1031d 100644 (file)
@@ -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) \
This page took 0.027067 seconds and 4 git commands to generate.