Files
sablink-distro/net-print/cups/files/cups-1.4.0-backend-https.patch
T
Mitch Harder c1a1febf7c [net-print/cups] Add patch to support both kernel usblp and libusb.
Adding a patch to support libusb and kernel usblp at the same time.
http://www.cups.org/str.php?L3357

The current Gentoo net-print/cups-1.4.6-r1 will fail if the kernel
is compiled with CONFIG_USB_PRINTER (either built-in or module,
see http://bugs.gentoo.org/show_bug.cgi?id=365627).

I have changed this error to a warning.  However, the warning may
not be necessary with the patch applied.

Both Ubuntu and Debian have adopted this patch (other distros
have probably done likewise).

Please note:  This Sabayon version of net-print/cups can be
obsoleted if/when the version in the main Gentoo tree adopts the
patch (I am pursuing pushing this patch back).
2011-05-10 12:24:24 -05:00

12 lines
483 B
Diff

diff -Naur cups-1.4.0/backend/Makefile cups-1.4.0.new/backend/Makefile
--- cups-1.4.0/backend/Makefile 2009-03-03 20:39:21.000000000 +0100
+++ cups-1.4.0.new/backend/Makefile 2009-09-01 14:00:05.592615359 +0200
@@ -91,6 +91,7 @@
done
$(RM) $(SERVERBIN)/backend/http
$(LN) ipp $(SERVERBIN)/backend/http
+ $(LN) ipp $(SERVERBIN)/backend/https
if test "x$(DNSSD_BACKEND)" != x; then \
$(RM) $(SERVERBIN)/backend/mdns; \
$(LN) $(DNSSD_BACKEND) $(SERVERBIN)/backend/mdns; \