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

Packages: Pass CFLAGS to compile wasm modules on all packaging targets #1153

Merged
merged 1 commit into from
Feb 23, 2024

Commits on Feb 22, 2024

  1. Packages: Pass CFLAGS to compile wasm modules on all packaging targets

    This extends the approach used for debian-based packages in 3f805bc
    to rpm as well.  Notable change for both deb and rpm packaging is to use
    CFLAGS as defined in the build/Makefile, and not pass them from the
    environment which might not be there (as is the case for rpm).
    
    While at it, stop passing CFLAGS in the install phase, as it should no
    longer invoke builds (see d54af16).
    
    The rpm part was overlooked in 7a64055, since testing was not done
    on the platforms where problem manifested itself, notably Amazon Linux
    2023 and Fedora 38+.
    thresheek committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    52f5a7e View commit details
    Browse the repository at this point in the history