Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

package/squashfs: fix host compile multiple definitions #710

Open
wants to merge 1 commit into
base: berryboot2018
Choose a base branch
from

Commits on Jun 24, 2021

  1. package/squashfs: fix host compile multiple definitions

    Add upstream patch to fix squashfs-tools build failures because
    of missing external declaration for fwriter_buffer and
    bwriter_buffer.
    
    Fixes:
    
      - http://autobuild.buildroot.net/results/6789b668898245926e0a3a3e7caf823dff515d71
    
      /usr/bin/ld: read_fs.o:(.bss+0x0): multiple definition of `fwriter_buffer'; mksquashfs.o:(.bss+0x400c90): first defined here
      /usr/bin/ld: read_fs.o:(.bss+0x8): multiple definition of `bwriter_buffer'; mksquashfs.o:(.bss+0x400c98): first defined here
    
    Signed-off-by: Peter Seiderer <[email protected]>
    Signed-off-by: Yann E. MORIN <[email protected]>
    pseiderer authored and HinTak committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    d404e3d View commit details
    Browse the repository at this point in the history