]> git.pld-linux.org Git - packages/cups.git/blobdiff - add-ipp-backend-of-cups-1.4.patch
- added tcp_wrappers and lspp bconds (default to off, should be consider libwrap...
[packages/cups.git] / add-ipp-backend-of-cups-1.4.patch
index 2ffe20ee5acdeb5d88e65bcef59ac30c14606d07..455a2c9c976abc1ad2c07d42df89a6b48ba2b8f5 100644 (file)
@@ -1,20 +1,21 @@
 --- a/backend/Makefile
 +++ b/backend/Makefile
-@@ -21,12 +21,12 @@
- # Object files...
- #
--RBACKENDS =   ipp lpd $(DNSSD_BACKEND)
-+RBACKENDS =   ipp ipp14 lpd $(DNSSD_BACKEND)
- UBACKENDS =   $(LEGACY_BACKENDS) serial snmp socket usb
- UNITTESTS =   test1284 testbackend testsupplies
- TARGETS =     libbackend.a $(RBACKENDS) $(UBACKENDS)
- LIBOBJS       =       ieee1284.o network.o runloop.o snmp-supplies.o
--OBJS  =       ipp.o lpd.o dnssd.o parallel.o serial.o snmp.o \
-+OBJS  =       ipp.o ipp14.o lpd.o dnssd.o parallel.o serial.o snmp.o \
-               socket.o test1284.o testbackend.o testsupplies.o usb.o
+@@ -21,6 +21,7 @@
+ # See http://www.cups.org/documentation.php/api-filter.html for more info...
+ RBACKENDS =   \
+               ipp \
++              ipp14 \
+               lpd \
+               $(DNSSD_BACKEND)
+ UBACKENDS =   \
+@@ -51,6 +51,7 @@
+               snmp-supplies.o
+ OBJS  =       \
+               ipp.o \
++              ipp14.o \
+               lpd.o \
+               dnssd.o \
+               snmp.o \
 @@ -218,6 +218,17 @@
  
  
This page took 0.028969 seconds and 4 git commands to generate.