mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
Remove lfs7a entities
Touch up some instructions and text. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18403 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
5e82e7176f
commit
b88584abcf
@ -88,11 +88,6 @@
|
||||
<!ENTITY lfs80_built "<para>This package is known to build using an LFS
|
||||
8.0 platform but has not been tested.</para>">
|
||||
|
||||
<!ENTITY lfs7a_checked "<para>This package is known to build and work
|
||||
properly using an LFS-7.10 platform.</para>">
|
||||
<!ENTITY lfs7a_built "<para>This package is known to build using an LFS
|
||||
7.10 platform but has not been tested.</para>">
|
||||
|
||||
<!ENTITY lfssvn_checked "This package is known to build and work properly
|
||||
using an LFS-SVN-">
|
||||
<!ENTITY lfssvn_checked2 " platform.">
|
||||
|
@ -110,7 +110,7 @@
|
||||
commands:
|
||||
</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr --disable-static &&
|
||||
<screen><userinput>LIBS=-lphtread ./configure --prefix=/usr --disable-static &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>
|
||||
@ -130,6 +130,11 @@ cp -v README libpng-manual.txt /usr/share/doc/libpng-&libpng-version;</userinput
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<para>
|
||||
<envar>LIBS=-lphtread</envar>: Ensure the libpthread library is
|
||||
used to allow parallelism on systems with multiple cores.
|
||||
</para>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/static-libraries.xml"/>
|
||||
|
||||
|
@ -287,7 +287,7 @@ EOF</userinput></screen>
|
||||
</para>
|
||||
|
||||
<screen role="root"><userinput>groupadd -fg 86 netdev &&
|
||||
/sbin/usermod -a -G netdev <replaceable><username></replaceable>
|
||||
/usr/sbin/usermod -a -G netdev <replaceable><username></replaceable>
|
||||
|
||||
cat > /usr/share/polkit-1/rules.d/org.freedesktop.NetworkManager.rules << "EOF"
|
||||
<literal>polkit.addRule(function(action, subject) {
|
||||
|
@ -100,24 +100,24 @@
|
||||
<sect2 role="installation">
|
||||
<title>Installation of OpenSSL</title>
|
||||
|
||||
<note>
|
||||
<para>
|
||||
This package does not support parallel build.
|
||||
</para>
|
||||
</note>
|
||||
|
||||
<para>
|
||||
Install <application>OpenSSL</application> with the following commands:
|
||||
</para>
|
||||
|
||||
<!-- libdir=lib so it doesn't write over /usr/lib64 symlink on 64 bit system.
|
||||
Might break packaging. -->
|
||||
|
||||
<!-- Parallel build for version 1.0.2d at -j8 works for me without the patch.
|
||||
But it only reduces build time from 1.0 to 0.7 SBU - Bruce
|
||||
|
||||
<screen><userinput>patch -Np1 -i ../openssl-&openssl-version;-fix_parallel_build-1.patch &&-->
|
||||
<screen><userinput>./config --prefix=/usr \
|
||||
--openssldir=/etc/ssl \
|
||||
--libdir=lib \
|
||||
shared \
|
||||
zlib-dynamic &&
|
||||
make depend &&
|
||||
make</userinput></screen>
|
||||
make -j1</userinput></screen>
|
||||
|
||||
<para>
|
||||
To test the results, issue: <command>make -j1 test</command>. The
|
||||
|
@ -222,11 +222,10 @@
|
||||
</para>
|
||||
|
||||
|
||||
<screen revision="sysv"><userinput>sed -i 's:555:755:g;s:444:644:g' Makedefs.in &&
|
||||
sed -i '/MAN.EXT/s:.gz::g' configure config-scripts/cups-manpages.m4 &&
|
||||
sed -i '/LIBGCRYPTCONFIG/d' config-scripts/cups-ssl.m4 &&
|
||||
<!--sed -i 's@else /\* HAVE_AVAHI \*/@elif defined(HAVE_AVAHI)@' test/ippserver.c &&
|
||||
-->
|
||||
<screen revision="sysv"><userinput>sed -i 's:555:755:g;s:444:644:g' Makedefs.in &&
|
||||
sed -i '/MAN.EXT/s:.gz::g' configure config-scripts/cups-manpages.m4 &&
|
||||
sed -i '/LIBGCRYPTCONFIG/d' config-scripts/cups-ssl.m4 &&
|
||||
|
||||
aclocal -I config-scripts &&
|
||||
autoconf -I config-scripts &&
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user