aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorDouglas R. Reno <renodr@linuxfromscratch.org>2017-03-03 19:50:52 +0000
committerDouglas R. Reno <renodr@linuxfromscratch.org>2017-03-03 19:50:52 +0000
commit805a05392584ec283bb3c4baec93708e260b4a7a (patch)
tree23ab6ef807deb35951a1736fad4a16be8610e25d /chapter06
parente7ccf4be74fed84f3613c2e3c60255ff8b021ebc (diff)
Update to systemd-233
Update to dbus-1.10.16 Update to tzdata2017a Update to linux-4.10.1 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11200 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/systemd.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/chapter06/systemd.xml b/chapter06/systemd.xml
index a6df5b8e3..45277e67e 100644
--- a/chapter06/systemd.xml
+++ b/chapter06/systemd.xml
@@ -81,6 +81,7 @@ MOUNT_LIBS="-lmount"
MOUNT_CFLAGS="-I/tools/include/libmount"
cc_cv_CFLAGS__flto=no
SULOGIN="/sbin/sulogin"
+GPERF_LEN_TYPE=size_t
XSLTPROC="/usr/bin/xsltproc"</literal>
EOF</userinput></screen>
@@ -185,9 +186,13 @@ 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 LIBRARY_PATH=/tools/lib</userinput></screen>
+<screen><userinput remap="make">make LD_LIBRARY_PATH=/tools/lib</userinput></screen>
<para>This package has a test suite, but it can only be run after the
package has been installed.</para>