[CONC-199] mariadb_config binary is not cross-compile friendly Created: 2016-08-29 Updated: 2016-09-03 |
|
| Status: | Open |
| Project: | MariaDB Connector/C |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Minor |
| Reporter: | Floris | Assignee: | Georg Richter |
| Resolution: | Unresolved | Votes: | 1 |
| Labels: | None | ||
| Attachments: |
|
| Description |
|
It would be nice if mariadb_config was re-implemented as a plain normal shell script, instead of an executable. This would allow it to be executed in cross-compilation setups where the host system is a different architecture, than the target system being built. (And it would also be nice if a mysql_config symlink to it would be created if WITH_MYSQLCOMPAT is set.) |