mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
libxcb: Work around FTBFS with some locale settings
Link: https://lists.linuxfromscratch.org/sympa/arc/blfs-support/2023-09/msg00019.html Link: https://gitlab.freedesktop.org/xorg/lib/libxcb/-/issues/72
This commit is contained in:
parent
030e18a3cb
commit
cf1541223e
@ -100,7 +100,7 @@
|
||||
<screen><userinput>./configure $XORG_CONFIG \
|
||||
--without-doxygen \
|
||||
--docdir='${datadir}'/doc/libxcb-&libxcb-version; &&
|
||||
make</userinput></screen>
|
||||
LC_ALL=en_US.UTF-8 make</userinput></screen>
|
||||
|
||||
<para>
|
||||
To test the results, issue: <command>make check</command>.
|
||||
@ -125,13 +125,13 @@ make</userinput></screen>
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<!-- No longer needed with 1.16, it now requires Python-3.0 or higher.
|
||||
<!-- https://gitlab.freedesktop.org/xorg/lib/libxcb/-/issues/72 -->
|
||||
<para>
|
||||
<parameter>PYTHON=python3</parameter>: This variable forces configure to
|
||||
use python3 instead of python2. The configure script for this package
|
||||
will automatically default to python2 if it is present.
|
||||
<envar>LC_ALL=en_US.UTF-8</envar>: Some Python 3 script in the
|
||||
building system of this package may fail with certain system
|
||||
locale settings. This environment variable forces a locale setting
|
||||
known to work.
|
||||
</para>
|
||||
-->
|
||||
|
||||
<para>
|
||||
<parameter>--without-doxygen</parameter>: Do not use doxygen to
|
||||
|
Loading…
Reference in New Issue
Block a user