[MDEV-28107] S3 doesn't build if CURL is in non-default location Created: 2022-03-16 Updated: 2022-04-04 Resolved: 2022-04-04 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Compiling, Storage Engine - S3 |
| Affects Version/s: | 10.5, 10.6, 10.7, 10.8 |
| Fix Version/s: | 10.5.16, 10.6.8, 10.7.4 |
| Type: | Bug | Priority: | Blocker |
| Reporter: | Elena Stepanova | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||
| Description |
|
If a path to CURL has to be provided explicitly via cmake options, S3 is able to recognize the presence of CURL, but later cannot find included files.
The files are there and other components find them. This seems to be fixing the problem, although I'm not sure whether it's the right way:
The failure is from Windows, but I guess it may happen elsewhere. |