Changeset 38ec4bf


Ignore:
Timestamp:
07/12/2005 05:14:28 AM (19 years ago)
Author:
Tushar Teredesai <tushar@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
52c44ebf
Parents:
a32363e
Message:

Add static lib installation for pci-utils

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4716 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/pciutils.xml

    ra32363e r38ec4bf  
    7575<screen role="root"><userinput>make PREFIX=/usr install</userinput></screen>
    7676
     77    <para>Some packages require the pci static library. To install the library and
     78        the headers, as the <systemitem class="username">root</systemitem> user:</para>
     79
     80<screen role="root"><userinput>install -d /usr/include/pci &amp;&amp;
     81install -m 644 lib/libpci.a /usr/lib &amp;&amp;
     82install -m 644 lib/*.h /usr/include/pci</userinput></screen>
     83
    7784  </sect2>
    7885
     
    8794      <seglistitem>
    8895        <seg>lspci, setpci and update-pciids</seg>
    89         <seg>None</seg>
     96        <seg>libpci.a</seg>
    9097        <seg>None</seg>
    9198      </seglistitem>
     
    129136      </varlistentry>
    130137
     138      <varlistentry id="libpci">
     139      <term><filename role='library'>libpci.a</filename></term>
     140      <listitem>
     141        <para> is the static library that allow applications to access PCI subsystem.</para>
     142        <indexterm zone="pciutils libpci">
     143          <primary sortas="c-libpci">libpci.a</primary>
     144        </indexterm>
     145      </listitem>
     146      </varlistentry>
     147
    131148    </variablelist>
    132149
  • introduction/welcome/changelog.xml

    ra32363e r38ec4bf  
    2424
    2525  <itemizedlist>
     26
     27    <listitem>
     28      <para>July 11th, 2005 [tushar]: Install static library and header in pciutils.</para>
     29    </listitem>
    2630
    2731    <listitem>
Note: See TracChangeset for help on using the changeset viewer.