schroot: fix compilation with GCC14
authorRosen Penev <rosenp@gmail.com>
Mon, 13 May 2024 22:59:55 +0000 (15:59 -0700)
committerRosen Penev <rosenp@gmail.com>
Tue, 14 May 2024 23:38:44 +0000 (16:38 -0700)
commitc3e2dcc128adde5af8b0d07c38962cc4fd8b3a3b
tree1819c34dfaa8e6e306865259596b3c5793a3964b
parent41a5880f01529c7226af5c1fece9b8e0017c5132
schroot: fix compilation with GCC14

GCC now does not allow assigning an std::locale to an std::string. No
idea why it worked originally.

Also fixed compilation with full NLS.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
admin/schroot/Makefile
admin/schroot/patches/020-gcc14.patch [new file with mode: 0644]