diff options
author | Mirko Vogt <mirko@openwrt.org> | 2011-06-18 17:53:41 +0000 |
---|---|---|
committer | Mirko Vogt <mirko@openwrt.org> | 2011-06-18 17:53:41 +0000 |
commit | 4716055a1e88f6e7f309eecc6469334fbf908afa (patch) | |
tree | 6e1e68f66008dccbb07ae3295f9e8773aa0c5c7e /toolchain | |
parent | 47e218c426c5c787e0525e943e83867421aa7cce (diff) | |
download | upstream-4716055a1e88f6e7f309eecc6469334fbf908afa.tar.gz upstream-4716055a1e88f6e7f309eecc6469334fbf908afa.tar.bz2 upstream-4716055a1e88f6e7f309eecc6469334fbf908afa.zip |
explicitly disable the use of ldconfig
SVN-Revision: 27220
Diffstat (limited to 'toolchain')
-rw-r--r-- | toolchain/eglibc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/eglibc/Makefile b/toolchain/eglibc/Makefile index 6be809745b..1e1031deb8 100644 --- a/toolchain/eglibc/Makefile +++ b/toolchain/eglibc/Makefile @@ -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) \ |