libxcb: Set well-known locale for build

This commit is contained in:
Jose Gracia 2024-07-12 10:17:17 -05:00
parent 5fe93fee1e
commit 9b277b4d04

View file

@ -57,3 +57,6 @@ def configure_args(self):
def patch(self):
filter_file("typedef struct xcb_auth_info_t {", "typedef struct {", "src/xcb.h")
def setup_build_environment(self, env):
env.set('LC_ALL', 'en_US.UTF-8') # set well defined locae; see: https://www.linuxfromscratch.org/blfs/view/git/x/libxcb.html