-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
strongswan: Make it build on macOS #56969
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
Conversation
@GrahamcOfBorg build strongswan @GrahamcOfBorg test strongswan-swanctl |
For some reason ofborg fails to build strongswan on darwin. However, I can confirm it builds fine on my mac:
|
Let's see if ofborg builds correctly on darwin now: @GrahamcOfBorg build strongswan |
da72e7b
to
ba157b6
Compare
Original expression could not be built on macOS due to using dependencies to Linux only packages. This change fixes that by grouping the dependencies based on the suitable system. In addition, it uses `configure` flags recommended by the project for building on macOS, as well the ones used by Homebrew.
ba157b6
to
1609f86
Compare
@GrahamcOfBorg build strongswan @GrahamcOfBorg test strongswan-swanctl |
@GrahamcOfBorg build strongswan |
Seems that build machine is having problems with resource limits, make files when going into recursive targets:
|
@knl agreed |
strongswan: Make it build on macOS
Motivation for this change
Original expression could not be built on macOS due to using dependencies to
Linux only packages. This change fixes that by grouping the dependencies based
on the suitable system. In addition, it uses
configure
flags recommended bythe project for building on macOS, as well the ones used by Homebrew.
Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)nix path-info -S
before and after)