mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 23:16:16 +02: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:
parent
e8526fc8bf
commit
159c4f1f06
@ -60,6 +60,7 @@ EGLIBC_CONFIGURE:= \
|
|||||||
$(TARGET_CONFIGURE_OPTS) \
|
$(TARGET_CONFIGURE_OPTS) \
|
||||||
CFLAGS="$(EGLIBC_CFLAGS)" \
|
CFLAGS="$(EGLIBC_CFLAGS)" \
|
||||||
libc_cv_slibdir="/lib" \
|
libc_cv_slibdir="/lib" \
|
||||||
|
use_ldconfig=no \
|
||||||
$(HOST_BUILD_DIR)/libc/configure \
|
$(HOST_BUILD_DIR)/libc/configure \
|
||||||
--prefix= \
|
--prefix= \
|
||||||
--build=$(GNU_HOST_NAME) \
|
--build=$(GNU_HOST_NAME) \
|
||||||
|
Loading…
Reference in New Issue
Block a user