mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
Update to bluez-5.59
This commit is contained in:
parent
c3c692e652
commit
e8aa56dd07
@ -6,9 +6,9 @@
|
||||
|
||||
<!ENTITY bluez-download-http "&kernel-dl;/linux/bluetooth/bluez-&bluez-version;.tar.xz">
|
||||
<!ENTITY bluez-download-ftp " ">
|
||||
<!ENTITY bluez-md5sum "6737ba92a93432dbbd430bd41d7160c9">
|
||||
<!ENTITY bluez-md5sum "8ba89fa8caa8274a6f9056c494596d0c">
|
||||
<!ENTITY bluez-size "2.0 MB">
|
||||
<!ENTITY bluez-buildsize "83 MB (add 81 MB for tests)">
|
||||
<!ENTITY bluez-buildsize "76 MB (add 79 MB for tests)">
|
||||
<!ENTITY bluez-time "0.2 SBU (using parallelism=4; add 0.2 SBU for tests)">
|
||||
]>
|
||||
|
||||
@ -88,6 +88,11 @@
|
||||
<xref linkend="libical"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional">
|
||||
<ulink url="https://docutils.sourceforge.io/">docutils</ulink>
|
||||
</para>
|
||||
|
||||
<para condition="html" role="usernotes">
|
||||
User Notes: <ulink url="&blfs-wiki;/bluez"/>
|
||||
</para>
|
||||
@ -160,12 +165,14 @@ Security Options --->
|
||||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
--enable-library \
|
||||
--disable-manpages \
|
||||
--disable-systemd &&
|
||||
make</userinput></screen>
|
||||
|
||||
<screen revision="systemd"><userinput>./configure --prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
--disable-manpages \
|
||||
--enable-library &&
|
||||
make</userinput></screen>
|
||||
|
||||
@ -202,6 +209,14 @@ install -v -m644 doc/*.txt /usr/share/doc/bluez-&bluez-version;</userinput></scr
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<para>
|
||||
<parameter>--disable-manpages</parameter>: This switch disables generating
|
||||
the manual pages because of the reliance on 'rst2man' in docutils. Remove
|
||||
this switch if you have
|
||||
<ulink url="https://docutils.sourceforge.io/">docutils</ulink> and you
|
||||
wish to generate the manual pages.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<parameter>--enable-library</parameter>: This switch enables building the
|
||||
<application>BlueZ</application> 4 compatibility library which is required by
|
||||
|
@ -45,6 +45,10 @@
|
||||
<listitem>
|
||||
<para>June 16th, 2021</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[renodr] - Update to bluez-5.59. Fixes
|
||||
<ulink url="&blfs-ticket-root;15178">#15178</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[renodr] - Update to tracker and tracker-miners 3.1.2. Fixes
|
||||
<ulink url="&blfs-ticket-root;15175">#15175</ulink>.</para>
|
||||
|
@ -279,7 +279,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
|
||||
<!ENTITY acpid-version "2.0.32">
|
||||
<!ENTITY at-version "3.2.2">
|
||||
<!ENTITY autofs-version "5.1.7">
|
||||
<!ENTITY bluez-version "5.58">
|
||||
<!ENTITY bluez-version "5.59">
|
||||
<!ENTITY bubblewrap-version "0.4.1">
|
||||
<!ENTITY colord-version "1.4.5">
|
||||
<!ENTITY cpio-version "2.13">
|
||||
|
Loading…
Reference in New Issue
Block a user