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

Support building phobos against a system copy of zlib #4742

Merged
merged 4 commits into from
Sep 7, 2024

Commits on Sep 4, 2024

  1. Support building phobos against a system copy of zlib

    This is achieved by linking the dynamic variant of phobos against zlib
    and having the compiler add -lz when linking an application that
    embeds the static variant of phobos.
    
    Signed-off-by: Andrei Horodniceanu <[email protected]>
    the-horo committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    c2b3503 View commit details
    Browse the repository at this point in the history
  2. CHANGELOG.md: Add PHOBOS_SYSTEM_ZLIB entry

    Signed-off-by: Andrei Horodniceanu <[email protected]>
    the-horo committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    0db1ea3 View commit details
    Browse the repository at this point in the history
  3. .github/workflows/supported_llvm_versions: test PHOBOS_SYSTEM_ZLIB=ON

    Signed-off-by: Andrei Horodniceanu <[email protected]>
    the-horo committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    aa87ad3 View commit details
    Browse the repository at this point in the history
  4. runtime/ldc-build-runtime: Support PHOBOS_SYSTEM_ZLIB

    Signed-off-by: Andrei Horodniceanu <[email protected]>
    the-horo committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    4859d83 View commit details
    Browse the repository at this point in the history