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

OpenBSD changes needed: Changed makefile using sh, changed main.cpp i… #894

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

rayit
Copy link

@rayit rayit commented Dec 20, 2020

For OpenBSD I needed to change the Makefile /bin/bash to /bin/sh
(or do a ln -s /usr/local/bin/bash in /bin)

OpenBSD failed on #include <sys/statfs.h>

@e-n-f
Copy link
Contributor

e-n-f commented Feb 12, 2021

Thanks! I'll merge this after testing if I can get it working on all platforms. The tests are failing because the parallel test uses <(), which isn't supported in /bin/sh on one of the target systems.

@rayit
Copy link
Author

rayit commented Feb 12, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants