[PATCH] binutils: fix build after upgrade to 2.34
Hauke Mehrtens
hauke at hauke-m.de
Mon Aug 10 18:25:22 EDT 2020
On 8/10/20 6:51 AM, W. Michael Petullo wrote:
> 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
>
I already send this patch some hours before:
https://patchwork.ozlabs.org/project/openwrt/patch/20200809160216.23697-1-hauke@hauke-m.de/
It fixes the same problem.
Hauke
More information about the openwrt-devel
mailing list