mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
toolchain: Fix libthreaddb not being installed
Signed-off-by: Michel Stam <m.stam@fugro.nl> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42752 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
2ab44b72d3
commit
c42e8fe0ab
@ -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/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user