-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
libcurl: fix MinGW builds + bump dependencies #5356
Conversation
With these modifications: EDIT: shared doesn't seem to work with MinGW for the moment, but it was already broken: #3475 |
I detected other pull requests that are modifying libcurl/all recipe: This message is automatically generated by https://github.com/ericLemanissier/conan-center-conflicting-prs so don't hesitate to report issues/improvements there. |
I understand what's wrong with MinGW shared build, I'll try to fix it in this PR. Issues:
|
mingw patch was executed after the call to autoreconf, making it useless
requires conan >= 1.33.0
01dacc7
to
1ba8051
Compare
All green in build 5 (
|
* fix build requirements for mingw * bump dependencies * use C test_package * move all patches before specific builds mingw patch was executed after the call to autoreconf, making it useless * fix configure checks for MinGW * remove useless patch for openssl if mingw * use tool.run_environment() instead of RunEnvironment * use destination & strip_root in source() requires conan >= 1.33.0 * executable links fine if mingw & static, but not shared
Specify library name and version: lib/1.0
closes #3475
closes #5355
automake
(dragged fromlibtool
) &pkgconf
recipes can work together now on Windows since #5329conan-center hook activated.