projects
/
openwrt
/
staging
/
zorun.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3cdeac4
)
toolchain: Fix libthreaddb not being installed
author
Steven Barth
<cyrus@openwrt.org>
Thu, 2 Oct 2014 19:47:39 +0000
(19:47 +0000)
committer
Steven Barth
<cyrus@openwrt.org>
Thu, 2 Oct 2014 19:47:39 +0000
(19:47 +0000)
Signed-off-by: Michel Stam <m.stam@fugro.nl>
SVN-Revision: 42752
package/libs/toolchain/Makefile
patch
|
blob
|
history
diff --git
a/package/libs/toolchain/Makefile
b/package/libs/toolchain/Makefile
index 36cf8c471bc509ffb62cde434b03d61f445cd2d5..72ce6b90e184b0d85e0a3692e16b9dbf77e20e4a 100644
(file)
--- a/
package/libs/toolchain/Makefile
+++ b/
package/libs/toolchain/Makefile
@@
-508,7
+508,7
@@
ifeq ($(CONFIG_EXTERNAL_TOOLCHAIN),)
$(INSTALL_DIR) $(1)/lib
$(CP) \
$(TOOLCHAIN_DIR)/lib/libthread_db.so.* $(1)/lib
- ifeq ($(USE_UCLIBC),y)
+ ifeq ($(
CONFIG_
USE_UCLIBC),y)
$(CP) \
$(TOOLCHAIN_DIR)/lib/libthread_db-$(LIBC_SO_VERSION).so \
$(1)/lib/