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

baresip: use cmake for configurePhase, fixes cross #218525

Merged
6 commits merged into from Mar 21, 2023
Merged

baresip: use cmake for configurePhase, fixes cross #218525

6 commits merged into from Mar 21, 2023

Commits on Feb 26, 2023

  1. libre: use cmake for configurePhase

    Although libre is a cmake-based project, our expression for this
    library does not currently use cmake for the configurePhase.  This
    commit causes it to do so.
    
    This is necessary to get downstream libre and baresip to cross-compile.
    Adam Joseph committed Feb 26, 2023
    Configuration menu
    Copy the full SHA
    5a65a41 View commit details
    Browse the repository at this point in the history
  2. librem: use cmake for configurePhase

    Although librem is a cmake-based project, our expression for this
    library does not currently use cmake for the configurePhase.  This
    commit causes it to do so.
    
    This is necessary to get downstream libre and baresip to cross-compile.
    Adam Joseph committed Feb 26, 2023
    Configuration menu
    Copy the full SHA
    67f93ae View commit details
    Browse the repository at this point in the history
  3. libre: enableParallelBuilding=true

    Adam Joseph committed Feb 26, 2023
    Configuration menu
    Copy the full SHA
    060baa5 View commit details
    Browse the repository at this point in the history
  4. librem: enableParallelBuilding=true

    Adam Joseph committed Feb 26, 2023
    Configuration menu
    Copy the full SHA
    258e046 View commit details
    Browse the repository at this point in the history
  5. baresip: enableParallelBuilding=true

    Adam Joseph committed Feb 26, 2023
    Configuration menu
    Copy the full SHA
    4fff590 View commit details
    Browse the repository at this point in the history
  6. baresip: use cmake for configurePhase, fixes cross

    Although baresip is a cmake-based project, our expression was not
    using cmake for the configurePhase.  This commit causes it to do so,
    which fixes cross-compilation for this package.
    
    Incorporates:
    - #218518
    - #218520
    - #218522
    - #218521
    - #218523
    Adam Joseph committed Feb 26, 2023
    Configuration menu
    Copy the full SHA
    1682265 View commit details
    Browse the repository at this point in the history