-
Notifications
You must be signed in to change notification settings - Fork 38
Assorted fixes #165
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
Assorted fixes #165
Conversation
It breaks build with Clang and shouldn't be required anyways.
a9eea32 to
2dce310
Compare
Use dlopen/dlsym to avoid compile-time dependency on the FreeBSD-specific libutil library.
2dce310 to
df5e5ed
Compare
|
Ping. |
|
The meson stuff and the FreeBSD fixes can go in as-is, but I haven't had time to think through the path changes, hence the delay (they do look sensible at first glance though). |
|
Oh, maybe I misunderstood what |
|
Ping. |
That was the original intent, but that actually would have caused a bunch of consistency issues, therefore I changed that assumption (and the surrounding documentation). But it looks like the changes weren't made everywhere, which is why your patch makes sense. Sorry for the long delay, but I didn't have a single quiet minute over the past weeks to think through this. The changes are good to go :-) |
See individual commits descriptions.