mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
update to pciutils-3.2.1
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12189 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
6623e7e7bb
commit
857e2fb71e
@ -335,7 +335,7 @@ export -f as_root</userinput></screen>
|
||||
<!ENTITY lm_sensors-version "3.3.4">
|
||||
<!ENTITY mc-version "4.8.10">
|
||||
<!ENTITY obex-data-server-version "0.4.6">
|
||||
<!ENTITY pciutils-version "3.2.0">
|
||||
<!ENTITY pciutils-version "3.2.1">
|
||||
<!ENTITY pm-utils-version "1.4.1">
|
||||
<!ENTITY raptor-version "2.0.10">
|
||||
<!ENTITY rasqal-version "0.9.30">
|
||||
|
@ -6,10 +6,10 @@
|
||||
|
||||
<!ENTITY pciutils-download-http "http://ftp.kernel.org/pub/software/utils/pciutils/pciutils-&pciutils-version;.tar.xz">
|
||||
<!ENTITY pciutils-download-ftp "ftp://ftp.kernel.org/pub/software/utils/pciutils/pciutils-&pciutils-version;.tar.xz">
|
||||
<!ENTITY pciutils-md5sum "adb27c2d6ca54405115c532ae4c348e6">
|
||||
<!ENTITY pciutils-size "272 KB">
|
||||
<!ENTITY pciutils-buildsize "3.7 MB">
|
||||
<!ENTITY pciutils-time "less than 0.1 SBU">
|
||||
<!ENTITY pciutils-md5sum "fe7806d075994db0e28894e42668a02a">
|
||||
<!ENTITY pciutils-size "276 KB">
|
||||
<!ENTITY pciutils-buildsize "3.0 MB">
|
||||
<!ENTITY pciutils-time "0.1 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="pciutils" xreflabel="pciutils-&pciutils-version;">
|
||||
@ -86,10 +86,7 @@
|
||||
|
||||
<screen><userinput>make PREFIX=/usr \
|
||||
SHAREDIR=/usr/share/misc \
|
||||
MANDIR=/usr/share/man \
|
||||
SHARED=yes \
|
||||
ZLIB=no \
|
||||
all</userinput></screen>
|
||||
SHARED=yes</userinput></screen>
|
||||
|
||||
<para>
|
||||
This package does not come with a test suite.
|
||||
@ -102,12 +99,10 @@
|
||||
<screen role="root"><userinput>
|
||||
make PREFIX=/usr \
|
||||
SHAREDIR=/usr/share/misc \
|
||||
MANDIR=/usr/share/man \
|
||||
SHARED=yes \
|
||||
ZLIB=no \
|
||||
install install-lib &&
|
||||
|
||||
chmod -v 755 /usr/lib/libpci.so.&pciutils-version;</userinput></screen>
|
||||
chmod -v 755 /usr/lib/libpci.so</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
@ -120,11 +115,10 @@ chmod -v 755 /usr/lib/libpci.so.&pciutils-version;</userinput></screen>
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<parameter>ZLIB=no</parameter>: This parameter prevents compression of
|
||||
<option>ZLIB=no</option>: This option prevents compression of
|
||||
the <filename>pci.ids</filename> file.
|
||||
</para>
|
||||
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="configuration">
|
||||
|
@ -46,6 +46,10 @@
|
||||
<listitem>
|
||||
<para>November 12th, 2013</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[igor] - Update to pciutils-3.2.1. Fixes
|
||||
<ulink url="&blfs-ticket-root;4292">#4292</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[igor] - Update to pixman-0.32.2. Fixes
|
||||
<ulink url="&blfs-ticket-root;4291">#4291</ulink>.</para>
|
||||
|
Loading…
Reference in New Issue
Block a user