mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 11:49:20 +01:00
Bump dbus to 1.8.8.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd@10754 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
4d7df04104
commit
2ba4e3008d
@ -35,6 +35,15 @@
|
|||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</listitem>
|
</listitem>
|
||||||
-->
|
-->
|
||||||
|
<listitem>
|
||||||
|
<para>2014-09-17</para>
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[krejzi] - Updated to dbus-1.8.8.</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>2014-09-09</para>
|
<para>2014-09-09</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
@ -46,21 +46,11 @@
|
|||||||
<screen><userinput remap="pre">sed -i 's/if \((code.*))\)/if (\1 \&\& \!DEBUG_INSN_P (insn))/' gcc/sched-deps.c</userinput></screen>
|
<screen><userinput remap="pre">sed -i 's/if \((code.*))\)/if (\1 \&\& \!DEBUG_INSN_P (insn))/' gcc/sched-deps.c</userinput></screen>
|
||||||
|
|
||||||
|
|
||||||
<para>First fix a problem identified upstream that causes some
|
<para>Now fix another problem identified upstream that causes some
|
||||||
programs to fail:</para>
|
programs to fail:</para>
|
||||||
|
|
||||||
<screen><userinput remap="pre">patch -Np1 -i ../&gcc-upstream-patch;</userinput></screen>
|
<screen><userinput remap="pre">patch -Np1 -i ../&gcc-upstream-patch;</userinput></screen>
|
||||||
|
|
||||||
<!--
|
|
||||||
<para>As in <xref linkend="ch-tools-gcc-pass2"/>, apply the following
|
|
||||||
<command>sed</command> to force the build to use the
|
|
||||||
<option>-fomit-frame-pointer</option> compiler flag in order to ensure
|
|
||||||
consistent compiler builds:</para>
|
|
||||||
|
|
||||||
<screen><userinput remap="pre">case `uname -m` in
|
|
||||||
i?86) sed -i 's/^T_CFLAGS =$/& -fomit-frame-pointer/' gcc/Makefile.in ;;
|
|
||||||
esac</userinput></screen>
|
|
||||||
-->
|
|
||||||
<para>The GCC documentation recommends building GCC outside of the source
|
<para>The GCC documentation recommends building GCC outside of the source
|
||||||
directory in a dedicated build directory:</para>
|
directory in a dedicated build directory:</para>
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<!ENTITY version "20140910-systemd">
|
<!ENTITY version "20140917-systemd">
|
||||||
<!ENTITY short-version "systemd"> <!-- Used in dbus chapter, change to x.y for release -->
|
<!ENTITY short-version "systemd"> <!-- Used in dbus chapter, change to x.y for release -->
|
||||||
<!ENTITY releasedate "September 10, 2014">
|
<!ENTITY releasedate "September 17, 2014">
|
||||||
<!ENTITY copyrightdate "1999-2014"><!-- jhalfs needs a literal dash, not – -->
|
<!ENTITY copyrightdate "1999-2014"><!-- jhalfs needs a literal dash, not – -->
|
||||||
<!ENTITY milestone "7.6">
|
<!ENTITY milestone "7.6">
|
||||||
<!ENTITY generic-version "systemd"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
<!ENTITY generic-version "systemd"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||||
|
@ -105,10 +105,10 @@
|
|||||||
<!ENTITY coreutils-ch6-du "161 MB">
|
<!ENTITY coreutils-ch6-du "161 MB">
|
||||||
<!ENTITY coreutils-ch6-sbu "2.4 SBU">
|
<!ENTITY coreutils-ch6-sbu "2.4 SBU">
|
||||||
|
|
||||||
<!ENTITY dbus-version "1.8.6">
|
<!ENTITY dbus-version "1.8.8">
|
||||||
<!ENTITY dbus-size "1,820 KB">
|
<!ENTITY dbus-size "1,824 KB">
|
||||||
<!ENTITY dbus-url "http://dbus.freedesktop.org/releases/dbus/dbus-&dbus-version;.tar.gz">
|
<!ENTITY dbus-url "http://dbus.freedesktop.org/releases/dbus/dbus-&dbus-version;.tar.gz">
|
||||||
<!ENTITY dbus-md5 "6a08ba555d340e9dfe2d623b83c0eea8">
|
<!ENTITY dbus-md5 "b9f4a18ee3faa1e07c04aa1d83239c43">
|
||||||
<!ENTITY dbus-home "http://www.freedesktop.org/wiki/Software/dbus">
|
<!ENTITY dbus-home "http://www.freedesktop.org/wiki/Software/dbus">
|
||||||
<!ENTITY dbus-ch6-du "42 MB">
|
<!ENTITY dbus-ch6-du "42 MB">
|
||||||
<!ENTITY dbus-ch6-sbu "0.5 SBU">
|
<!ENTITY dbus-ch6-sbu "0.5 SBU">
|
||||||
|
Loading…
Reference in New Issue
Block a user