mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
Merge at Wed Dec 18 23:45:00 GMT 2024
This commit is contained in:
commit
adfebc0e05
@ -43,6 +43,14 @@
|
||||
<sect2 role="installation">
|
||||
<title>Installation of Gettext</title>
|
||||
|
||||
<para>At first, fix an issue causing the package fail to build with
|
||||
libxml-2.12 or later. The fix is optional for building LFS, but
|
||||
required if rebuilding this package in BLFS with libxml
|
||||
installed:</para>
|
||||
|
||||
<screen><userinput remap="pre">sed -e '/^structured/s/xmlError \*/typeof(xmlCtxtGetLastError(NULL)) /' \
|
||||
-i gettext-tools/src/its.c</userinput></screen>
|
||||
|
||||
<para>Prepare Gettext for compilation:</para>
|
||||
|
||||
<screen><userinput remap="configure">./configure --prefix=/usr \
|
||||
|
@ -45,8 +45,9 @@
|
||||
<systemitem class="groupname">sgx</systemitem>, from the default udev
|
||||
rules:</para>
|
||||
|
||||
<screen><userinput remap="pre">sed -i -e 's/GROUP="render"/GROUP="video"/' \
|
||||
-e 's/GROUP="sgx", //' rules.d/50-udev-default.rules.in</userinput></screen>
|
||||
<screen><userinput remap="pre">sed -e 's/GROUP="render"/GROUP="video"/' \
|
||||
-e 's/GROUP="sgx", //' \
|
||||
-i rules.d/50-udev-default.rules.in</userinput></screen>
|
||||
|
||||
<para>Prepare systemd for compilation:</para>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user