[MDEV-14340] packageconfig file in the wrong location Created: 2017-11-09 Updated: 2020-08-22 Resolved: 2020-03-09 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Packaging, Platform RedHat |
| Affects Version/s: | 10.4.3, 10.2.22, 10.3.13 |
| Fix Version/s: | 10.1.45, 10.2.32, 10.3.23, 10.4.13, 10.5.2 |
| Type: | Bug | Priority: | Major |
| Reporter: | Michal Schorm | Assignee: | Vicențiu Ciorbaru |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | contribution, foundation, patch | ||
| Environment: |
Fedora - all |
||
| Issue Links: |
|
||||||||
| Description |
|
On Fedora & RH OS, the packageconfig file (mariadb.pc) should be:
Since the pkgconfig file contains lines like:
It is clearly arch dependend, thus should be moved to correct location. |
| Comments |
| Comment by Daniel Black [ 2018-02-10 ] | ||||||||||||
|
Debian Upstream also considered it arch dependent PR attached. | ||||||||||||
| Comment by Otto Kekäläinen [ 2020-02-26 ] | ||||||||||||
|
Same multi arch requirements apply also for Debian, though the paths are a tad different. Debian official packages have now this:
| ||||||||||||
| Comment by Otto Kekäläinen [ 2020-02-26 ] | ||||||||||||
|
Of the 3 PRs this one seems best: https://github.com/MariaDB/server/pull/597 | ||||||||||||
| Comment by Otto Kekäläinen [ 2020-03-03 ] | ||||||||||||
|
In https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=920365 there is attached a script that could potentially generate mariadb.pc in a way that would be not arch-dependent. |