[CONC-328] Build fails due to missing include-dir for cURL Created: 2018-05-03 Updated: 2018-05-03 |
|
| Status: | Open |
| Project: | MariaDB Connector/C |
| Component/s: | None |
| Affects Version/s: | 3.0.4 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | Bernard Spil | Assignee: | Georg Richter |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | regression | ||
| Environment: |
FreeBSD 11.1-p9 amd64 |
||
| Description |
|
Regression from 3.0.3 When building mariadb-connector-c 3.0.4 it fails
due to missing `-I/usr/local/include`. On FreeBSD cURL is not in the base OS but is a port that installs in /usr/local/ Adding `-I/usr/local/include` to CFLAGS prior to running cmake fixes this for me. Cheers, Bernard Spil |