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

cmake: don't use --version-script on static libraries #966

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

Commits on Apr 15, 2024

  1. cmake: don't use --version-script on static libraries

    According to the documentation [1] it's only useful for shared libraries.
    With recent Android NDK this leads to linking issues with gz_intmax similar to madler#856.
    In autotools it's only set with LDSHARED.
    
    [1]https://ftp.gnu.org/old-gnu/Manuals/ld-2.9.1/html_chapter/ld_3.html
    robUx4 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    78a4d15 View commit details
    Browse the repository at this point in the history