Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
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.
I am not 100% sure that is wrong, but C/C puts files in the tarball in 'lib' subdirectory, and c/odbc should be at least in line with c/c in that. Plus, if package c/c plugins, that creates both 'lib' and 'lib64' folders in the tarball.
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
issue.field.resolutiondate | 2019-01-30 21:28:52.0 | 2019-01-30 21:28:52.272 |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Workflow | MariaDB v3 [ 90020 ] | MariaDB v4 [ 128590 ] |
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