Magellan Linux

Contents of /trunk/cups/patches/cups-1.3.7-backend-https.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 571 - (show annotations) (download)
Sun Apr 20 13:18:53 2008 UTC (16 years ago) by niro
File size: 450 byte(s)
-fix broken https backend

1 diff -Naur cups-1.3.7/backend/Makefile cups-1.3.7.new/backend/Makefile
2 --- cups-1.3.7/backend/Makefile 2007-08-08 21:27:51.000000000 +0200
3 +++ cups-1.3.7.new/backend/Makefile 2008-04-14 16:42:18.106785330 +0200
4 @@ -62,6 +62,7 @@
5 done
6 $(RM) $(SERVERBIN)/backend/http
7 $(LN) ipp $(SERVERBIN)/backend/http
8 + $(LN) ipp $(SERVERBIN)/backend/https
9 if test "x$(SYMROOT)" != "x"; then \
10 $(INSTALL_DIR) $(SYMROOT); \
11 for file in $(TARGETS); do \