Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.4.3, 10.2.22, 10.3.13
-
Fedora - all
Redhat - all
Description
On Fedora & RH OS, the packageconfig file (mariadb.pc) should be:
- in sharedir if arch independend
- in libdir if arch dependend
Since the pkgconfig file contains lines like:
libdir=${prefix}/lib |
libdir=${prefix}/lib64 |
It is clearly arch dependend, thus should be moved to correct location.
Attachments
Issue Links
- relates to
-
MDEV-23538 Rename mariadb.pc to mariadbd.pc to avoid confusion
-
- Open
-
- links to
Debian Upstream also considered it arch dependent
https://packages.debian.org/search?searchon=contents&keywords=mariadb.pc&mode=path&arch=any
PR attached.