Skip to content
Snippets Groups Projects
  • Tony Ambardar's avatar
    5582fbd6
    bpftools: support NLS, fix ppc build and update to 5.8.9 · 5582fbd6
    Tony Ambardar authored
    
    With global NLS support enabled (CONFIG_BUILD_NLS), the linked libelf.so
    and libbfd.so libraries will depend on libintl.so. Import the nls.mk helper
    to set library prefixes and flags accordingly, and also conditionally add
    "-lintl" as link-time library.
    
    Fix a build error on ppc due to a EDEADLOCK redefinition in errno.h.
    
    Use upstream stable kernel 5.8.9, and fix overriding of feature detection
    to only allow/hide detected features. Also refresh existing patches.
    
    Fixes: 2f0d6720 ("bpftools: add utility and library packages supporting
    eBPF usage")
    
    Signed-off-by: default avatarTony Ambardar <itugrok@yahoo.com>
    5582fbd6
    History
    bpftools: support NLS, fix ppc build and update to 5.8.9
    Tony Ambardar authored
    
    With global NLS support enabled (CONFIG_BUILD_NLS), the linked libelf.so
    and libbfd.so libraries will depend on libintl.so. Import the nls.mk helper
    to set library prefixes and flags accordingly, and also conditionally add
    "-lintl" as link-time library.
    
    Fix a build error on ppc due to a EDEADLOCK redefinition in errno.h.
    
    Use upstream stable kernel 5.8.9, and fix overriding of feature detection
    to only allow/hide detected features. Also refresh existing patches.
    
    Fixes: 2f0d6720 ("bpftools: add utility and library packages supporting
    eBPF usage")
    
    Signed-off-by: default avatarTony Ambardar <itugrok@yahoo.com>
005-tools-arch-powerpc-fix-EDEADLOCK-redefinition-errors.patch 2.35 KiB