mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
stunnel-5.10: minor text fixes.
Mesa-10.4.3: fix build with libtool-2.4.2. Thanks to Igor and Pierre for confirming no problem with libtool-2.4.4. Update to nspr-4.10.8. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15391 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
f63a620bac
commit
3f2d28f90b
@ -8,7 +8,7 @@
|
||||
"http://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v&nspr-version;/src/nspr-&nspr-version;.tar.gz">
|
||||
<!ENTITY nspr-download-ftp
|
||||
"ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v&nspr-version;/src/nspr-&nspr-version;.tar.gz">
|
||||
<!ENTITY nspr-md5sum "6e06919e4b56efed501e05d8b45ec10e">
|
||||
<!ENTITY nspr-md5sum "8d7c5bd0a5b0a7d0e705be66479030a0">
|
||||
<!ENTITY nspr-size "1.1 MB">
|
||||
<!ENTITY nspr-buildsize "11 MB">
|
||||
<!ENTITY nspr-time "less than 0.1 SBU">
|
||||
|
@ -47,6 +47,15 @@
|
||||
<listitem>
|
||||
<para>January 26th, 2015</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[fernando] - Update to nspr-4.10.8. Fixes
|
||||
<ulink url="&blfs-ticket-root;6059">#6059</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[fernando] - Mesa-10.4.3: fix build with libtool-2.4.2. Thanks
|
||||
to Igor and Pierre for confirming no problem with
|
||||
libtool-2.4.4.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[igor] - Update to mesa-10.4.3. Fixes
|
||||
<ulink url="&blfs-ticket-root;6075">#6075</ulink>.</para>
|
||||
|
@ -134,7 +134,7 @@
|
||||
<!ENTITY libzeitgeist-version "0.3.18">
|
||||
<!ENTITY lzo-version "2.08">
|
||||
<!ENTITY mtdev-version "1.1.5">
|
||||
<!ENTITY nspr-version "4.10.7">
|
||||
<!ENTITY nspr-version "4.10.8">
|
||||
<!ENTITY openobex-version "1.7.1">
|
||||
<!ENTITY pcre-version "8.36">
|
||||
<!ENTITY popt-version "1.16">
|
||||
|
@ -117,9 +117,9 @@ useradd -c "stunnel Daemon" -d /var/lib/stunnel \
|
||||
<para>Install <application>stunnel</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<note><para>For some systems with <application>binutils</application> versions
|
||||
prior to 2.25, configure may fail. If necessary, fix it either
|
||||
with:</para>
|
||||
<note><para>For some systems with <application>binutils</application>
|
||||
versions prior to 2.25, <command>configure</command> may fail. If
|
||||
necessary, fix it either with:</para>
|
||||
|
||||
<screen><userinput>sed -i '/LDFLAGS.*static_flag/ s/^/#/' configure</userinput></screen>
|
||||
|
||||
|
@ -156,6 +156,18 @@
|
||||
commands:
|
||||
</para>
|
||||
|
||||
<note><para>For some systems with <application>libtool</application>
|
||||
versions prior to 2.4.4, <command>make</command> may fail. If necessary,
|
||||
fix it either with:</para>
|
||||
|
||||
<screen><userinput>sed -i 's/autoreconf/& -f/' ./autogen.sh</userinput></screen>
|
||||
|
||||
<para>or you can
|
||||
replace <command>./autogen.sh CFLAGS="-O2" CXXFLAGS="-O2" \</command> line in the first command bellow with:</para>
|
||||
|
||||
<screen><userinput>autoreconf -v -f -i &&
|
||||
./configure CFLAGS='-O2' CXXFLAGS='-O2' \</userinput></screen></note>
|
||||
|
||||
<screen><userinput>./autogen.sh CFLAGS="-O2" CXXFLAGS="-O2" \
|
||||
--prefix=$XORG_PREFIX \
|
||||
--sysconfdir=/etc \
|
||||
|
Loading…
Reference in New Issue
Block a user