1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-02 20:31:07 +03:00

[toolchain/eglibc] explicitly disable the use of ldconfig

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27220 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mirko 2011-06-18 17:53:41 +00:00
parent e8526fc8bf
commit 159c4f1f06

View 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) \