HomeClusterLabs Projects

Fix: libcrmcommon: Sort schema transformations on non-glibc systems

Description

Fix: libcrmcommon: Sort schema transformations on non-glibc systems

We can't rely on versionsort() because it's GNU-specific.

This fixes a regression introduced by 8b04427.

Closes T977

Signed-off-by: Reid Wahl <nrwahl@protonmail.com>

Details