On 8/10/20 6:51 AM, W. Michael Petullo wrote:
> From: "W. Michael Petullo" <[email protected]>
> 
> 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 <[email protected]>
> ---
>  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/[email protected]/

It fixes the same problem.

Hauke

_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to