[CONC-90] Incorrect output for mariadb_config Created: 2014-04-29 Updated: 2014-05-02 Resolved: 2014-05-02 |
|
| Status: | Closed |
| Project: | MariaDB Connector/C |
| Component/s: | None |
| Affects Version/s: | 2.0.0 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | Brian Evans | Assignee: | Georg Richter |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Gentoo Linux |
||
| Attachments: |
|
| Description |
|
mariadb_config is providing bad output. Expected results:
Actual Results:
The attached patch will solve the issue |
| Comments |
| Comment by Georg Richter [ 2014-05-02 ] |
|
Fixed in rev. 135 |
| Comment by Brian Evans [ 2014-05-02 ] |
|
I think you missed this part of the patch: There is a missing space between -I/usr/include/mariadb and -O2 |
| Comment by Georg Richter [ 2014-05-02 ] |
|
Yes, thanks I missed the cflags issue. Uncommitted and repushed as rev. 135. |