On 05/26/2013 09:31 PM, [email protected] wrote: > Author: igor > Date: Sun May 26 12:31:02 2013 > New Revision: 11194 > > Log: > Subversion: formatting > > Modified: > trunk/BOOK/general/prog/subversion.xml > > Modified: trunk/BOOK/general/prog/subversion.xml > ============================================================================== > --- trunk/BOOK/general/prog/subversion.xml Sun May 26 12:07:55 2013 > (r11193) > +++ trunk/BOOK/general/prog/subversion.xml Sun May 26 12:31:02 2013 > (r11194) > @@ -110,7 +110,7 @@ > <xref linkend="openssl"/>, > <xref linkend="dbus-glib"/>, > <xref linkend="gnome-keyring"/>, > - KWallet from KDE and > + <ulink > url="http://utils.kde.org/projects/kwalletmanager/">KWallet</ulink> and > <xref linkend="apache"/>. > </para> >
You need kdelibs at build time to build kwallet support library (libsvn_auth_kwallet-1.so). > @@ -170,7 +170,7 @@ > <filename>Makefile</filename> with this sed: > </para> > > -<screen><userinput>sed -i 's#Makefile.PL.in$#& libsvn_swig_perl#' > Makefile.in &&</userinput></screen> > +<screen><userinput>sed -i 's#Makefile.PL.in$#& libsvn_swig_perl#' > Makefile.in</userinput></screen> > > <para> > To compile the <application>Perl</application> and/or > @@ -244,10 +244,8 @@ > <sect2 role="commands"> > <title>Command Explanations</title> > > - <para> > - <option>--disable-static</option>: This stops it installing static > - versions of the libraries. > - </para> > + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" > + href="../../xincludes/static-libraries.xml"/> > > <!-- <para> > <parameter>CC="gcc -std=gnu99"</parameter>: If you want to compile > -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
