-
Notifications
You must be signed in to change notification settings - Fork 6
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
build failure with freebsd; patch attached #18
Comments
FWIW, this is the c_os.c patch I used, and now with the 2 patches, I can build sparforte on DragonFly (and FreeBSD)
I just piggy-backed on APPLE fix for the missing group_member function. |
I didn't get a chance to test FreeBSD against the last version. I used the group members function after examining the Bash source code. This will allow SparForte to check for group read/write/execute permissions across all the groups that a person belongs to. Apparently this was a Linux-specific feature. I didn't notice this while looking at the source code. Thanks for the patch. |
I will release a 2.3.1 version shortly which will include the patches. Thanks. |
sparforte can't possibly build on freebsd. This patch fixes one problem:
Another problem is group_member function isn't available on freebsd (c_os.c) but it's used unconditionally in C_is_executable_file. That's a problem that requires opening another issue I think.
The text was updated successfully, but these errors were encountered: