libxcb: Set well-known locale for build
This commit is contained in:
parent
5fe93fee1e
commit
9b277b4d04
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue