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

two small things (working on FreeBSD12-RELEASE with clang 6.0.1) #1

Closed
sawdustdood opened this issue Jun 1, 2019 · 1 comment
Closed

Comments

@sawdustdood
Copy link

Won't compile with straight clone. The Makefile.in appears to need to be updated with:
$(CC) rather than an explicit call to gcc
and need to add:
#include <netinet/in.h>
to utility.h because sockaddr_in is in a different location in FreeBSD.
I'm super-noob, so I'm not sure the best way to do the latter, but I would imagine this would be in the configure.

@ColumPaget
Copy link
Owner

Thanks for this! These changes are in the latest release, which now builds under macosx too! (probably also other BSDs).

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

No branches or pull requests

2 participants