Changeset 7ffe1b8


Ignore:
Timestamp:
05/18/2021 04:55:25 AM (3 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
32f47b1, e3471c8
Parents:
9901d50d
Message:

add --localstatedir= for temp findutils

It's to prevent the creation of an empty /usr/var.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/findutils.xml

    r9901d50d r7ffe1b8  
    4646    <para>Prepare Findutils for compilation:</para>
    4747
    48 <screen><userinput remap="configure">./configure --prefix=/usr   \
    49             --host=$LFS_TGT \
     48<screen><userinput remap="configure">./configure --prefix=/usr                   \
     49            --localstatedir=/var/lib/locate \
     50            --host=$LFS_TGT                 \
    5051            --build=$(build-aux/config.guess)</userinput></screen>
    5152
Note: See TracChangeset for help on using the changeset viewer.