Upgrade to Udev-180. Fixes #3008.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9721 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Matthew Burgess 2012-01-30 21:18:39 +00:00
parent 8bfe8169f4
commit e187144281
4 changed files with 19 additions and 9 deletions

View File

@ -37,6 +37,16 @@
-->
<listitem>
<para>2012-01-30</para>
<itemizedlist>
<listitem>
<para>[matthew] - Upgrade to Udev-180. Fixes
<ulink url="&lfs-ticket-root;3008">#3008</ulink>.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>2012-01-28</para>
<itemizedlist>

View File

@ -56,10 +56,10 @@ mknod -m0666 /lib/udev/devices/null c 1 3</userinput></screen>
<!-- Note that "libdir=/usr/lib64" would be required for multilib. -->
<screen><userinput remap="configure">BLKID_CFLAGS="-I/usr/include/blkid" BLKID_LIBS="-L/lib -lblkid" \
KMOD_CFLAGS="-I/usr/include" KMOD_LIBS="-L/lib -lkmod" ./configure \
--prefix=/usr --bindir=/sbin --sysconfdir=/etc --libexecdir=/lib \
--enable-rule_generator --disable-introspection --disable-keymap \
--disable-gudev --with-usb-ids-path=no --with-pci-ids-path=no \
--with-systemdsystemunitdir=no</userinput></screen>
--prefix=/usr --with-rootprefix='' --bindir=/sbin --sysconfdir=/etc \
--libexecdir=/lib --enable-rule_generator --disable-introspection \
--disable-keymap --disable-gudev --with-usb-ids-path=no \
--with-pci-ids-path=no --with-systemdsystemunitdir=no</userinput></screen>
<variablelist>
<title>The meaning of the new configure options</title>

View File

@ -1,5 +1,5 @@
<!ENTITY version "SVN-20120128">
<!ENTITY releasedate "Jan 28, 2012">
<!ENTITY version "SVN-20120130">
<!ENTITY releasedate "Jan 30, 2012">
<!ENTITY copyrightdate "1999-2012"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "7.1">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->

View File

@ -527,10 +527,10 @@
<!ENTITY texinfo-ch6-du "21 MB">
<!ENTITY texinfo-ch6-sbu "0.3 SBU">
<!ENTITY udev-version "179">
<!ENTITY udev-size "678 KB">
<!ENTITY udev-version "180">
<!ENTITY udev-size "677 KB">
<!ENTITY udev-url "&kernel;linux/utils/kernel/hotplug/udev-&udev-version;.tar.xz">
<!ENTITY udev-md5 "7d2880f66ea39146aae928f19ff3ca09">
<!ENTITY udev-md5 "1cf124ab5a124ea35d4748ea414926ec">
<!ENTITY udev-home "&kernel;linux/utils/kernel/hotplug/udev/udev.html">
<!ENTITY udev-ch6-du "9.3 MB">
<!ENTITY udev-ch6-sbu "0.2 SBU">