mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +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:
@@ -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) \
|
||||||
|
|||||||
Reference in New Issue
Block a user