[PATCH] binutils: fix build after upgrade to 2.34
W. Michael Petullo
mike at flyn.org
Mon Aug 10 00:51:06 EDT 2020
From: "W. Michael Petullo" <mike at flyn.org>
Building the binutils package produced the following error:
Package binutils is missing dependencies for the following libraries:
libctf-nobfd.so.0
This changes the glob for the libctf subpackage so that it catches
libctf-nobfd.so.0.
Signed-off-by: W. Michael Petullo <mike at flyn.org>
---
package/devel/binutils/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/devel/binutils/Makefile b/package/devel/binutils/Makefile
index 6ad326efa0..fada8009be 100644
--- a/package/devel/binutils/Makefile
+++ b/package/devel/binutils/Makefile
@@ -106,7 +106,7 @@ endef
define Package/libctf/install
$(INSTALL_DIR) $(1)/usr/lib
- $(CP) $(PKG_INSTALL_DIR)/usr/lib/libctf.so* $(1)/usr/lib/
+ $(CP) $(PKG_INSTALL_DIR)/usr/lib/libctf*.so* $(1)/usr/lib/
endef
define Package/libopcodes/install
--
2.26.2
More information about the openwrt-devel
mailing list