mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
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:
parent
a572b1700f
commit
5e7d3013f8
@ -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 &&
|
||||
patch -Np1 -i ../cups-&cups-version;-avahi_optional-1.patch &&
|
||||
aclocal -I config-scripts &&
|
||||
autoconf -I config-scripts &&
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user