mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-18 13:07:50 +00:00
texinfo: remove unneeded sed
It works out of box with glibc-2.35. I think this issue is already fixed at glibc side, by the commit: commit 0b5ca7c3e551e5502f3be3b06453324fe8604e82 Author: Paul Eggert <eggert@cs.ucla.edu> Date: Tue Sep 21 07:47:45 2021 -0700 regex: copy back from Gnulib Copy regex-related files back from Gnulib, to fix a problem with static checking of regex calls noted by Martin Sebor. This merges the following changes: * New macro __attribute_nonnull__ in misc/sys/cdefs.h, for use later when copying other files back from Gnulib. ... ... (unrelated things trimmed)
This commit is contained in:
parent
4172b2128a
commit
b5a316b060
@ -43,11 +43,6 @@
|
||||
<sect2 role="installation">
|
||||
<title>Installation of Texinfo</title>
|
||||
|
||||
<para>First, fix an issue building the package with Glibc-2.34 or later:</para>
|
||||
|
||||
<screen><userinput remap="pre">sed -e 's/__attribute_nonnull__/__nonnull/' \
|
||||
-i gnulib/lib/malloc/dynarray-skeleton.c</userinput></screen>
|
||||
|
||||
<para>Prepare Texinfo for compilation:</para>
|
||||
|
||||
<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>
|
||||
|
@ -62,11 +62,6 @@
|
||||
</variablelist>
|
||||
-->
|
||||
|
||||
<para>Again, fix an issue building the package with Glibc-2.34 or later:</para>
|
||||
|
||||
<screen><userinput remap="pre">sed -e 's/__attribute_nonnull__/__nonnull/' \
|
||||
-i gnulib/lib/malloc/dynarray-skeleton.c</userinput></screen>
|
||||
|
||||
<para>Compile the package:</para>
|
||||
|
||||
<screen><userinput remap="make">make</userinput></screen>
|
||||
|
Loading…
Reference in New Issue
Block a user