-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
[libevent] add features #8349
[libevent] add features #8349
Conversation
/azp run |
/azp run |
The failure on Linux is due to:
It seems that there is no event_openssl installed here.
Then the failure disappeared. |
All features test pass with below triplets:
Note: This port currently doesn't support UWP. |
LGTM! |
The I can work around it by using a custom port but was wondering if that change was required for a particular feature? It's not clear from the PR description. |
Hi @sipsorcery We usually disable optional library features by default and make them accessible through package features. In this case, you might not need a custom port and can just simply re-enable
|
Shouldn't |
@vicroms thx for the response. Somehow I missed "Feature Packages" being added to vcpkg. Once it got pointed out to me we were able to update the vcpkg list to use +1 for |
Hi @sipsorcery thanks for reporting this issue. I will add |
Add
openssl
andthread
features forlibevent
.libevhtp
needs to depend on this two features.Related issue #4793.