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

resp-app: fix broken build after snappy 1.2.0 upgrade #309874

Merged
merged 1 commit into from
May 8, 2024

Commits on May 7, 2024

  1. resp-app: fix broken build after snappy 1.2.0 upgrade

    Snappy 1.2.0 changes the signature of the 'Compress' interface. The
    new interface is backwards compatible. However, we pull in Snappy
    source code via the Git submodules. The submodule provides the old
    header file for Snappy (pre 1.2.0) and is used during build
    time. While we provide a newer version of the library (1.2.0) with a
    different signature of 'Compress'. Since we are using our system
    library anyway, we just remove the problematic submodule in the patch
    phase.
    
    The commit in question in the Snappy repository is
    766d24c95e345d4d06bfd3cc5787c2da3e025fab.
    jmpunkt committed May 7, 2024
    Configuration menu
    Copy the full SHA
    2a6e5f8 View commit details
    Browse the repository at this point in the history