Fix CUPS dependency on Avahi, thanks to Fernando for reporting

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@13015 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Pierre Labastie 2014-05-01 17:13:16 +00:00
parent a572b1700f
commit 5e7d3013f8

View File

@ -110,6 +110,7 @@
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<xref linkend="avahi"/>,
<xref linkend="gnutls"/> (if you have it installed, then
<xref linkend="libgcrypt"/> is required) or <xref linkend="openssl"/>,
<ulink
@ -226,6 +227,12 @@
<screen><userinput>patch -Np1 -i ../cups-&cups-version;-content_type-1.patch</userinput></screen>
<para>
If you have not installed <application>Avahi</application>, use the
following patch:
</para>
<screen><userinput>patch -Np1 -i ../cups-&cups-version;-avahi_optional-1.patch</userinput></screen>
<para>
Install <application>Cups</application> by running the
following commands:
@ -238,7 +245,6 @@
on a 64 bit system, and since /usr/lib64 is symlink to /usr/lib it might
introduce some difficulties with packaging -->
<screen><userinput>patch -Np1 -i ../cups-&cups-version;-blfs-1.patch &amp;&amp;
patch -Np1 -i ../cups-&cups-version;-avahi_optional-1.patch &amp;&amp;
aclocal -I config-scripts &amp;&amp;
autoconf -I config-scripts &amp;&amp;