diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-08-14 22:28:28 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-08-14 22:28:28 +0000 |
commit | ffbeb5fc6b4f1ef0bd03440a3a935b8127d511ad (patch) | |
tree | a18ff7a212e87484d828a9217a89ea8fb30c2d41 /chapter06/flex.xml | |
parent | b485746388fcd4afa65339bcdac33949497b68b0 (diff) |
Update to gcc-7.2.0.
Update to linux-4.12.7.
Update to glibc-2.26.
Update to dbus-1.10.22.
Update to binutils-2.29.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11279 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/flex.xml')
-rw-r--r-- | chapter06/flex.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter06/flex.xml b/chapter06/flex.xml index 64e000287..4055d4857 100644 --- a/chapter06/flex.xml +++ b/chapter06/flex.xml @@ -40,11 +40,11 @@ <sect2 role="installation"> <title>Installation of Flex</title> -<!-- - <para>First, fix a problem with the latest version:</para> -<screen><userinput remap="pre">patch -Np1 -i ../&flex-fixes-patch;</userinput></screen> ---> + <para>First, fix a problem introduced with glibc-2.26:</para> + +<screen><userinput remap="pre">sed -i "/math.h/a #include <malloc.h>" src/flexdef.h</userinput></screen> + <para>The build procedure assumes the <application>help2man</application> program is available to create a man page from the executable --help option. This is not present, so we use an environment variable to skip this process. |