[ODBC-189] Make subdir in released tarball package always be named 'lib', and not 'lib64' Created: 2018-10-09 Updated: 2019-01-30 Resolved: 2019-01-30 |
|
| Status: | Closed |
| Project: | MariaDB Connector/ODBC |
| Component/s: | General |
| Affects Version/s: | None |
| Fix Version/s: | 3.1.0 |
| Type: | Task | Priority: | Major |
| Reporter: | Lawrin Novitsky | Assignee: | Lawrin Novitsky |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Currently, if there is /usr/lib64 in the system, where 64bit binaries are built, making both 'install' and 'package' targets put library file into lib64 folder under CMAKE_INSTALL_PREFIX or in the tarball, respectively. |
| Comments |
| Comment by Lawrin Novitsky [ 2018-10-10 ] |
|
Pushed the change making lib dir configurable. Should also either make "lib" default, or set that parameter for cmake command in 3.1 builder, that is itself is yet to be added |