mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
Update to ModemManager-1.10.0
Some minor text tweaks git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20991 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
21b20f1977
commit
b8775956c7
@ -88,7 +88,9 @@
|
||||
<screen><userinput>./configure --prefix=/usr --enable-shared --enable-threads &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>To test the results, issue: <command>make check</command>.</para>
|
||||
<para>To test the results, issue: <command>make check</command>.
|
||||
On 32-bit systems, the tests can take substantially longer than
|
||||
they would on 64-bit machines.</para>
|
||||
|
||||
<para>
|
||||
Now, as the <systemitem class="username">root</systemitem> user:
|
||||
|
@ -94,9 +94,9 @@
|
||||
commands:
|
||||
</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr \
|
||||
--with-doc-dir=/usr/share/doc/libexif-&libexif-version; \
|
||||
--disable-static &&
|
||||
<screen><userinput>./configure --prefix=/usr \
|
||||
--disable-static \
|
||||
--with-doc-dir=/usr/share/doc/libexif-&libexif-version; &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>
|
||||
|
@ -6,9 +6,9 @@
|
||||
|
||||
<!ENTITY ModemManager-download-http "https://www.freedesktop.org/software/ModemManager/ModemManager-&ModemManager-version;.tar.xz">
|
||||
<!ENTITY ModemManager-download-ftp " ">
|
||||
<!ENTITY ModemManager-md5sum "a49c9f73e46c7b89e5efedda250d22c0">
|
||||
<!ENTITY ModemManager-size "2.0 MB">
|
||||
<!ENTITY ModemManager-buildsize "119 MB (with tests)">
|
||||
<!ENTITY ModemManager-md5sum "92d25176d0cc9d588ca29700b33c7d98">
|
||||
<!ENTITY ModemManager-size "2.1 MB">
|
||||
<!ENTITY ModemManager-buildsize "130 MB (with tests)">
|
||||
<!ENTITY ModemManager-time "1.0 SBU (with tests)">
|
||||
]>
|
||||
|
||||
|
@ -44,6 +44,10 @@
|
||||
<listitem>
|
||||
<para>January 17th, 2019</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[renodr] - Update to ModemManager-1.10.0. Fixes
|
||||
<ulink url="&blfs-ticket-root;11557">#11557</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbbs] - Update to mesa-18.3.2. Fixes
|
||||
<ulink url="&blfs-ticket-root;11556">#11556</ulink>.</para>
|
||||
|
@ -71,7 +71,7 @@
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">ALSA Oss Dependencies</bridgehead>
|
||||
<bridgehead renderas="sect3">ALSA OSS Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para role="required">
|
||||
@ -84,10 +84,10 @@
|
||||
</sect2>
|
||||
|
||||
<sect2 role="installation">
|
||||
<title>Installation of ALSA Oss</title>
|
||||
<title>Installation of ALSA OSS</title>
|
||||
|
||||
<para>
|
||||
Install <application>ALSA Oss</application> by running the
|
||||
Install <application>ALSA OSS</application> by running the
|
||||
following commands:
|
||||
</para>
|
||||
|
||||
|
@ -280,7 +280,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
|
||||
<!ENTITY lm_sensors-version "3.4.0">
|
||||
<!ENTITY logrotate-version "3.15.0">
|
||||
<!ENTITY mc-version "4.8.22">
|
||||
<!ENTITY ModemManager-version "1.8.2">
|
||||
<!ENTITY ModemManager-version "1.10.0">
|
||||
<!ENTITY obex-data-server-version "0.4.6">
|
||||
<!ENTITY p7zip-version "16.02">
|
||||
<!ENTITY pax-version "20161104">
|
||||
|
Loading…
Reference in New Issue
Block a user