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

Build fixes from Gentoo #4

Merged
merged 4 commits into from
Feb 25, 2013
Merged

Build fixes from Gentoo #4

merged 4 commits into from
Feb 25, 2013

Conversation

Flameeyes
Copy link
Contributor

Hello,

I'd like to propose the attached fixes which we've been applying as part of the Gentoo package.

Alternatively, I would also say that making this use a quick and minimal autotools build system might be make it easier on packagers, and would allow, for instance, the ability to choose a system MD5 implementation instead of bringing the nth copy of it (sigh) in the authentication chain.

HTH,
Diego

userinfo is not a pointer-to-pointer, but just a simple pointer.

recvfrom() accepts a generic pointer, rather than a char one, and
requires a socklen_t argument, not an int one.
The path depends on the bitness of the software, so it can't be used
this way.
arr2036 added a commit that referenced this pull request Feb 25, 2013
Build fixes from Gentoo
@arr2036 arr2036 merged commit a2ca57f into FreeRADIUS:master Feb 25, 2013
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.

None yet

2 participants