glfs/x/installing/libpthread-stubs.xml
Krejzi 90b8fc35f9 Mark some packages as 7.2 checked. Part 13 - Xorg.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10561 af4574ff-66df-0310-9fd7-8a98e5e911e0
2012-08-24 12:20:00 +00:00

103 lines
3.3 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY libpthread-stubs-download-http "http://xcb.freedesktop.org/dist/libpthread-stubs-&libpthread-stubs-version;.tar.bz2">
<!ENTITY libpthread-stubs-download-ftp " ">
<!ENTITY libpthread-stubs-md5sum "e8fa31b42e13f87e8f5a7a2b731db7ee">
<!ENTITY libpthread-stubs-size "204 KB">
<!ENTITY libpthread-stubs-buildsize "1.4 MB">
<!ENTITY libpthread-stubs-time "less than 0.1 SBU">
]>
<sect1 id="libpthread-stubs" xreflabel="libpthread-stubs-&libpthread-stubs-version;">
<?dbhtml filename="libpthread-stubs.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>libpthread-stubs-&libpthread-stubs-version;</title>
<indexterm zone="libpthread-stubs">
<primary sortas="a-libpthread-stubs">libpthread-stubs</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to libpthread-stubs</title>
<para>The <application>libpthread-stubs</application> package provides
weak aliases for pthread functions not provided in libc or otherwise
available by default. This is useful for libraries that rely on pthread
stubs to use pthreads optionally. On Linux, all necessary pthread
functions are available, so this package is simply a placeholder.</para>
&lfs72_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Download (HTTP): <ulink url="&libpthread-stubs-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP): <ulink url="&libpthread-stubs-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: &libpthread-stubs-md5sum;</para>
</listitem>
<listitem>
<para>Download size: &libpthread-stubs-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &libpthread-stubs-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &libpthread-stubs-time;</para>
</listitem>
</itemizedlist>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/libpthread-stubs"/></para>
</sect2>
<sect2 role="installation">
<title>Installation of libpthread-stubs</title>
<para>Install <application>libpthread-stubs</application> by running the
following commands:</para>
<screen><userinput>./configure --prefix=/usr &amp;&amp;
make</userinput></screen>
<para>This package does not come with a test suite.</para>
<para>Now, as the <systemitem class="username">root</systemitem>
user:</para>
<screen role="root"><userinput>make install</userinput></screen>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>None</seg>
<seg>None</seg>
<seg>None</seg>
</seglistitem>
</segmentedlist>
</sect2>
</sect1>