attr: disable static library

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11202 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Igor Živković 2013-05-29 19:27:18 +00:00
parent eb50ddde10
commit b20525979b

View File

@ -71,7 +71,7 @@
INSTALL_USER=root \
INSTALL_GROUP=root \
./configure --prefix=/usr --libdir=/lib --libexecdir=/usr/lib &&
./configure --prefix=/usr --libdir=/lib --libexecdir=/usr/lib --disable-static &&
make</userinput></screen>
<para>There are three sets of tests that come with this package. Issue the
@ -98,8 +98,11 @@ ln -sfv ../../lib/libattr.so.1 /usr/lib/libattr.so</userinput></screen>
modifies the documentation directory so that it is a versioned
directory.</para>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/static-libraries.xml"/>
<para><command>sed -i ... /usr/lib/libattr.la</command>: This command
corrects the location of the installed static library as referenced
corrects the location of the installed library as referenced
in the libtool archive.</para>
</sect2>
@ -135,7 +138,7 @@ ln -sfv ../../lib/libattr.so.1 /usr/lib/libattr.so</userinput></screen>
<seglistitem>
<seg>attr, getfattr, and setfattr</seg>
<seg>libattr.{so,a}</seg>
<seg>libattr.so</seg>
<seg>/usr/{include/attr,share/doc/attr-&attr-version;}</seg>
</seglistitem>
</segmentedlist>
@ -176,11 +179,11 @@ ln -sfv ../../lib/libattr.so.1 /usr/lib/libattr.so</userinput></screen>
</varlistentry>
<varlistentry id="libattr">
<term><filename class='libraryfile'>libattr.{so,a}</filename></term>
<term><filename class='libraryfile'>libattr.so</filename></term>
<listitem>
<para>contains the <application>attr</application> API functions.</para>
<indexterm zone="attr libattr">
<primary sortas="c-libattr">libattr.{so,a}</primary>
<primary sortas="c-libattr">libattr.so</primary>
</indexterm>
</listitem>
</varlistentry>