mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 11:49:20 +01:00
[Bug 261] Removed the --libexecdir configure option from fileutils' configure flags
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1511 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
b1bc8e0120
commit
1d91cdf2fa
@ -24,6 +24,9 @@
|
|||||||
|
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
|
||||||
|
<listitem><para>January 30th, 2002 [marcheerdink]: Chapters 5+6: Removed
|
||||||
|
the --libexecdir flag from fileutils' configure options.</para></listitem>
|
||||||
|
|
||||||
<listitem><para>January 30th, 2002 [marcheerdink]: Chapters 6: Added a
|
<listitem><para>January 30th, 2002 [marcheerdink]: Chapters 6: Added a
|
||||||
symlink from vipw to vigr after installing shadow.</para></listitem>
|
symlink from vipw to vigr after installing shadow.</para></listitem>
|
||||||
|
|
||||||
|
@ -14,10 +14,5 @@ systems. If this isn't done, then there is the possibility of all of the
|
|||||||
fileutils programs causing segmentation faults once chroot is entered
|
fileutils programs causing segmentation faults once chroot is entered
|
||||||
in chapter 6.</para>
|
in chapter 6.</para>
|
||||||
|
|
||||||
<para><userinput>--libexecdir=$LFS/bin:</userinput> This configure option will
|
|
||||||
set the program executable directory to $LFS/bin. This is normally set
|
|
||||||
to /usr/libexec, but nothing is placed in it. Changing it just prevents
|
|
||||||
that directory from being created.</para>
|
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@ sed -e 's/\(.*\)\(fopen-safer\.c \)\\/\1\2atexit.c \\/' \
|
|||||||
<para>Install fileutils by running the following commands:</para>
|
<para>Install fileutils by running the following commands:</para>
|
||||||
|
|
||||||
<para><screen><userinput>./configure --disable-nls \
|
<para><screen><userinput>./configure --disable-nls \
|
||||||
--prefix=$LFS/usr --libexecdir=$LFS/bin --bindir=$LFS/bin &&
|
--prefix=$LFS/usr --bindir=$LFS/bin &&
|
||||||
make LDFLAGS=-static &&
|
make LDFLAGS=-static &&
|
||||||
make install &&
|
make install &&
|
||||||
cd $LFS/usr/bin &&
|
cd $LFS/usr/bin &&
|
||||||
|
@ -3,8 +3,7 @@
|
|||||||
|
|
||||||
<para>Install Fileutils by running the following commands:</para>
|
<para>Install Fileutils by running the following commands:</para>
|
||||||
|
|
||||||
<para><screen><userinput>./configure --prefix=/usr --bindir=/bin \
|
<para><screen><userinput>./configure --prefix=/usr --bindir=/bin &&
|
||||||
--libexecdir=/bin &&
|
|
||||||
make &&
|
make &&
|
||||||
make install &&
|
make install &&
|
||||||
cd /usr/bin &&
|
cd /usr/bin &&
|
||||||
|
Loading…
Reference in New Issue
Block a user