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

Fix compatibility with the current libmicrohttpd version #386

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

barracuda156
Copy link

// https://github.com/macports/macports-ports/pull/8941/files
// Beginning with v0.9.71, libmicrohttpd changed the return type
// of most functions from int to enum MHD_Result
// https://git.gnunet.org/gnunet.git/tree/src/include/gnunet_mhd_compat.h
// proposes to define a constant for the return type so it works well
// with all versions of libmicrohttpd

The PR fixes compatibility with the current version of libmicrohttpd.

@barracuda156
Copy link
Author

@Lazin Could you please take a look at this PR and other two:

#384
#385

In Macports the build succeeds now on Intel and PPC, with these fixes applied (before the port was broken across the board).

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.

1 participant