Commit 187f2604a5cacefd2dce7163d28683ceea7f756b

Ariadne Conill 2025-05-28T22:08:08

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>