Author: cyrus Date: 2014-10-02 21:47:39 +0200 (Thu, 02 Oct 2014) New Revision: 42752
Modified: trunk/package/libs/toolchain/Makefile Log: toolchain: Fix libthreaddb not being installed Signed-off-by: Michel Stam <[email protected]> Modified: trunk/package/libs/toolchain/Makefile =================================================================== --- trunk/package/libs/toolchain/Makefile 2014-10-02 19:47:33 UTC (rev 42751) +++ trunk/package/libs/toolchain/Makefile 2014-10-02 19:47:39 UTC (rev 42752) @@ -508,7 +508,7 @@ $(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/ _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
