Changeset f786b81
- Timestamp:
- 05/07/2021 11:06:28 PM (21 months ago)
- Branches:
- xry111/usr-move
- Children:
- bf0d4ff
- Parents:
- b8d0d24
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter05/glibc.xml
rb8d0d24 rf786b81 77 77 --enable-kernel=&min-kernel; \ 78 78 --with-headers=$LFS/usr/include \ 79 libc_cv_slibdir=/lib</userinput></screen> 80 <!-- 81 libc_cv_forced_unwind=yes \ 82 libc_cv_c_cleanup=yes</userinput></screen> --> 79 libc_cv_slibdir=/usr/lib</userinput></screen> 83 80 84 81 <variablelist> … … 114 111 115 112 <varlistentry> 116 <term><parameter>libc_cv_slibdir=/ lib</parameter></term>117 <listitem> 118 <para>This ensures that the library is installed in / lib instead113 <term><parameter>libc_cv_slibdir=/usr/lib</parameter></term> 114 <listitem> 115 <para>This ensures that the library is installed in /usr/lib instead 119 116 of the default /lib64 on 64 bit machines.</para> 120 117 </listitem> -
chapter06/grep.xml
rb8d0d24 rf786b81 47 47 48 48 <screen><userinput remap="configure">./configure --prefix=/usr \ 49 --host=$LFS_TGT \ 50 --bindir=/bin</userinput></screen> 49 --host=$LFS_TGT</userinput></screen> 51 50 52 51 <para>Compile the package:</para> -
chapter06/sed.xml
rb8d0d24 rf786b81 47 47 48 48 <screen><userinput remap="configure">./configure --prefix=/usr \ 49 --host=$LFS_TGT \ 50 --bindir=/bin</userinput></screen> 49 --host=$LFS_TGT</userinput></screen> 51 50 52 51 <para>Compile the package:</para> -
chapter06/tar.xml
rb8d0d24 rf786b81 48 48 <screen><userinput remap="configure">./configure --prefix=/usr \ 49 49 --host=$LFS_TGT \ 50 --build=$(build-aux/config.guess) \ 51 --bindir=/bin</userinput></screen> 50 --build=$(build-aux/config.guess)</userinput></screen> 52 51 53 52 <para>Compile the package:</para> -
chapter08/glibc.xml
rb8d0d24 rf786b81 69 69 --enable-stack-protector=strong \ 70 70 --with-headers=/usr/include \ 71 libc_cv_slibdir=/ lib</userinput></screen>71 libc_cv_slibdir=/usr/lib</userinput></screen> 72 72 73 73 <variablelist> … … 110 110 111 111 <varlistentry> 112 <term><parameter>libc_cv_slibdir=/ lib</parameter></term>112 <term><parameter>libc_cv_slibdir=/usr/lib</parameter></term> 113 113 <listitem> 114 114 <para>This variable sets the correct library for all -
chapter08/grep.xml
rb8d0d24 rf786b81 43 43 <para>Prepare Grep for compilation:</para> 44 44 45 <screen><userinput remap="configure">./configure --prefix=/usr --bindir=/bin</userinput></screen>45 <screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen> 46 46 47 47 <para>Compile the package:</para> -
chapter08/libcap.xml
rb8d0d24 rf786b81 76 76 <para>Adjust the permission of the shared libraries:</para> 77 77 78 <screen><userinput remap="install">chmod -v 755 / lib/lib{cap,psx}.so.&libcap-version;</userinput></screen>78 <screen><userinput remap="install">chmod -v 755 /usr/lib/lib{cap,psx}.so.&libcap-version;</userinput></screen> 79 79 80 80 </sect2> -
chapter08/sed.xml
rb8d0d24 rf786b81 43 43 <para>Prepare Sed for compilation:</para> 44 44 45 <screen><userinput remap="configure">./configure --prefix=/usr --bindir=/bin</userinput></screen>45 <screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen> 46 46 47 47 <para>Compile the package and generate the HTML documentation:</para> -
chapter08/tar.xml
rb8d0d24 rf786b81 47 47 48 48 <screen><userinput remap="configure">FORCE_UNSAFE_CONFIGURE=1 \ 49 ./configure --prefix=/usr \ 50 --bindir=/bin</userinput></screen> 49 ./configure --prefix=/usr</userinput></screen> 51 50 52 51 <variablelist>
Note:
See TracChangeset
for help on using the changeset viewer.