projects
/
openwrt
/
staging
/
rmilecki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47e218c
)
explicitly disable the use of ldconfig
author
Mirko Vogt
<mirko@openwrt.org>
Sat, 18 Jun 2011 17:53:41 +0000
(17:53 +0000)
committer
Mirko Vogt
<mirko@openwrt.org>
Sat, 18 Jun 2011 17:53:41 +0000
(17:53 +0000)
SVN-Revision: 27220
toolchain/eglibc/Makefile
patch
|
blob
|
history
diff --git
a/toolchain/eglibc/Makefile
b/toolchain/eglibc/Makefile
index 6be809745bc7520794e9f5d9401a1913613f42c4..1e1031deb8db12c2c04a03adb4b50d0fb7a4d041 100644
(file)
--- 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) \