libpkgconf: personality: make cross-personality triplet identifier non-const Dynamically loaded personality files use a malloced string to store the triplet, and so we need to drop the const to allow for that string to be freed later. Signed-off-by: Ariadne Conill <ariadne@ariadne.space>