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

Fix building zchunk code if zchunk is enabled #302

Merged
merged 1 commit into from
Mar 8, 2024

Commits on Mar 8, 2024

  1. Fix building zchunk code if zchunk is enabled

    Commit 66c99da (Change header files
    to match a configured ABI regarding a zchunk support) accidentally
    removed a definition of WITH_ZCHUNK C preprocessor symbol. That
    symbol controls including zchunk support into the library's code.
    
    As a result, librepo library was always missing a zchunk support and
    ci-dnf-stack "dnf/zchunk.feature:141 using mirror wihtout ranges
    supports and zchunk results in only two GET requests for primary (the
    first try is with range specified)" always failed.
    
    This fix returns back the macro into CFLAGS.
    ppisar committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    cdc88a7 View commit details
    Browse the repository at this point in the history