diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2019-05-19 19:05:56 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2019-05-19 19:05:56 +0000 |
commit | 1b3d6df7767bbf3dd98494e36e0bf8ff75e02b5e (patch) | |
tree | b129cdb971bb22f8e28bb4fe2059d14fa46245a9 /chapter06 | |
parent | 4a7709f90b431948d45bf3e3c64b943a19414775 (diff) |
Update to man-pages-5.01.
Update to linux-5.1.3.
Update to iproute2-5.1.0.
Update to gettext-0.20.1.
Update to file-5.37.
Update to e2fsprogs-1.45.1.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11607 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/e2fsprogs.xml | 8 | ||||
-rw-r--r-- | chapter06/gettext.xml | 7 |
2 files changed, 13 insertions, 2 deletions
diff --git a/chapter06/e2fsprogs.xml b/chapter06/e2fsprogs.xml index 549991de8..85a9acaf9 100644 --- a/chapter06/e2fsprogs.xml +++ b/chapter06/e2fsprogs.xml @@ -64,6 +64,7 @@ PKG_CONFIG_PATH=/tools/lib/pkgconfig \ --disable-libblkid \ --disable-libuuid \ --disable-uuidd \ + --with-crond-dir=no \ --disable-fsck</userinput></screen> <variablelist> @@ -101,6 +102,13 @@ PKG_CONFIG_PATH=/tools/lib/pkgconfig \ </varlistentry> <varlistentry> + <term><parameter>--with-crond-dir=no</parameter></term> + <listitem> + <para>This disables the installation of an unneded file.</para> + </listitem> + </varlistentry> + + <varlistentry> <term><parameter>--disable-*</parameter></term> <listitem> <para>This prevents E2fsprogs from building and installing the diff --git a/chapter06/gettext.xml b/chapter06/gettext.xml index 217af33df..6d50449fb 100644 --- a/chapter06/gettext.xml +++ b/chapter06/gettext.xml @@ -52,19 +52,22 @@ There is no reference to 'test' or TEST in gettext-tools/gnulib-tests/Makefile.am --> + <!-- <para>First, suppress two invocations of test-lock which on some machines can loop forever:</para> <screen><userinput remap="pre">sed -i '/^TESTS =/d' gettext-runtime/tests/Makefile.in && -sed -i 's/test-lock..EXEEXT.//' gettext-tools/gnulib-tests/Makefile.in</userinput></screen> +sed -i 's/test-lock..EXEEXT.//' gettext-tools/gnulib-tests/Makefile.in</userinput></screen>--> <!-- As of April 11, 2018 appdata.* is NOT in git master, but appears to be in metainfo.{its,loc}, When updating, check BLFS gnome-screenshot. --> + +<!-- <para>Now fix a configuration file:</para> <screen><userinput remap="pre">sed -e '/AppData/{N;N;p;s/\.appdata\./.metainfo./}' \ -i gettext-tools/its/appdata.loc</userinput></screen> - +--> <para>Prepare Gettext for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr \ |