Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Won't Fix
-
10.1.17
-
Linux Buildroot, Cross-compiling using uclibc for libc
Description
I'm using Buildroot for a project, and I am attempting to add MariaDB as a supported package. If the build is using uclibc instead of glibc, the build fails at wsrep because it is unable to link with librt. The current checks in configure.cmake fails to find librt. I have a patch with an additional check.