Author: ken
Date: 2012-03-20 15:45:12 -0600 (Tue, 20 Mar 2012)
New Revision: 9736

Modified:
   trunk/BOOK/networking/netlibs/neon.xml
Log:
Tag neon for 7.1, on this occasion revise its size and dependencies, as well as 
disabling static libs.

Modified: trunk/BOOK/networking/netlibs/neon.xml
===================================================================
--- trunk/BOOK/networking/netlibs/neon.xml      2012-03-20 18:03:20 UTC (rev 
9735)
+++ trunk/BOOK/networking/netlibs/neon.xml      2012-03-20 21:45:12 UTC (rev 
9736)
@@ -8,8 +8,8 @@
   <!ENTITY neon-download-ftp  " ">
   <!ENTITY neon-md5sum        "591e0c82e6979e7e615211b386b8f6bc">
   <!ENTITY neon-size          "862 KB">
-  <!ENTITY neon-buildsize     "30 MB">
-  <!ENTITY neon-time          "0.3 SBU">
+  <!ENTITY neon-buildsize     "26 MB">
+  <!ENTITY neon-time          "0.1 SBU">
 ]>
 
 <sect1 id="neon" xreflabel="neon-&neon-version;">
@@ -32,6 +32,8 @@
     <para>The <application>neon</application> package is an HTTP and WebDAV
     client library, with a C interface.</para>
 
+    &lfs71_checked;
+
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">
       <listitem>
@@ -62,7 +64,10 @@
 
     <bridgehead renderas="sect4">Optional</bridgehead>
     <para role="optional"><xref linkend="openssl"/> or
-    <xref linkend="gnutls"/></para>
+    <xref linkend="gnutls"/>,
+    <xref linkend="libproxy"/> (requires <xref linkend="pkgconfig"/> to find 
it),
+    <xref linkend="mitkrb"/> or <xref linkend="heimdal"/>, and
+    <ulink url="http://www.manyfish.co.uk/pakchois/";>pakchois</ulink></para>
 
     <para condition="html" role="usernotes">User Notes:
     <ulink url="&blfs-wiki;/neon"/></para>
@@ -75,7 +80,7 @@
     <para>Install <application>neon</application> by running the following
     commands:</para>
 
-<screen><userinput>./configure --prefix=/usr --enable-shared &amp;&amp;
+<screen><userinput>./configure --prefix=/usr --enable-shared --disable-static 
&amp;&amp;
 make</userinput></screen>
 
     <para>To test the results, issue: <command>make check</command>.</para>
@@ -93,6 +98,9 @@
     build the shared libraries, otherwise only static libraries are built and
     installed.</para>
 
+    <para><parameter>--disable-static</parameter>: This parameter prevents the
+    static libraries being installed.</para>
+
     <para><option>--with-ssl=openssl</option>: This option enables SSL support
     using <application>openssl</application>.</para>
 
@@ -105,6 +113,9 @@
     <para><option>--with-expat</option>: This option forces the use of
     <application>expat</application>.</para>
 
+    <para>If you wish to use the other optional dependencies, consult the
+    output of <command>./configure --help</command>.</para>
+
   </sect2>
 
   <sect2 role="content">
@@ -117,7 +128,7 @@
 
       <seglistitem>
         <seg>neon-config</seg>
-        <seg>libneon.{so,a}</seg>
+        <seg>libneon.so</seg>
         <seg>/usr/{include/neon,share/doc/neon-0.29.6/html}</seg>
       </seglistitem>
     </segmentedlist>
@@ -139,12 +150,12 @@
       </varlistentry>
 
       <varlistentry id="libneon">
-        <term><filename class='libraryfile'>libneon.{so,a}</filename></term>
+        <term><filename class='libraryfile'>libneon.so</filename></term>
         <listitem>
           <para>is used as a high-level interface to common HTTP and WebDAV
           methods.</para>
           <indexterm zone="neon libneon">
-            <primary sortas="c-libneon">libneon.{so,a}</primary>
+            <primary sortas="c-libneon">libneon.so</primary>
           </indexterm>
         </listitem>
       </varlistentry>

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to