diff options
author | DJ Lucas <dj@linuxfromscratch.org> | 2017-04-28 23:45:10 +0000 |
---|---|---|
committer | DJ Lucas <dj@linuxfromscratch.org> | 2017-04-28 23:45:10 +0000 |
commit | 7ff6165718807bd66fba23dff7299e2cc65b5776 (patch) | |
tree | 140f3e92963af97c2e8ce9a0fd1938bfd4689aac /chapter06 | |
parent | c43581a5d7294e18775471a5dbc3087ad0559dbf (diff) |
Fix systemd build with gperf-3.1.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11236 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/systemd.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chapter06/systemd.xml b/chapter06/systemd.xml index 837a69389..ae1c17655 100644 --- a/chapter06/systemd.xml +++ b/chapter06/systemd.xml @@ -186,10 +186,6 @@ EOF</userinput></screen> </variablelist> - <para>Fix a generated file:</para> - -<screen><userinput remap="pre">sed -i s/size_t/GPERF_LEN_TYPE/ src/resolve/dns_type-from-name.h</userinput></screen> - <para>Compile the package:</para> <screen><userinput remap="make">make LD_LIBRARY_PATH=/tools/lib</userinput></screen> |