4341c29296
Bug fixes: - The HTTP code did not use a case-insensitive comparison when checking for the Basic authentication method (STR #407) - The cupsaddsmb program didn't export the new CUPS driver for Windows properly (STR #390) - The default landscape orientation was not the same as that defined in the PPD file (STR #397) - The pdftops filter incorrectly auto-rotated pages when the user already had specified the proper orientation (STR #207) - The scheduler did not reset the group list when running CGI and filter processes (STR #185) Enhancements: - Updated the pdftops filter to use the annotation flags instead of the subtype to determine whether to print an annotation (STR #425) - The pdftops filter no longer needs to create temporary files with tmpnam (STR #406) - The scheduler now waits up to 60 seconds before restarting to allow active jobs to complete printing and pending requests to be processed (STR #226) - Added new cupsDoAuthentication(), cupsGetFd(), cupsGetFile(), cupsPutFd(), and cupsPutFile() functions to the CUPS API (STR #112) - The PDF filter always scaled and offset pages; this caused problems under MacOS X, so now the "fitplot" option controls whether PDF files are scaled to fit within the printable area of the page (STR #250) - Updated the pdftops filter to be based upon Xpdf 2.02pl1 (STR #191)
13 lines
476 B
Text
13 lines
476 B
Text
$NetBSD: patch-ap,v 1.4 2004/01/10 03:32:09 jlam Exp $
|
|
|
|
--- cups-config.in.orig Wed Sep 17 15:35:21 2003
|
|
+++ cups-config.in
|
|
@@ -40,7 +40,7 @@ cups_serverroot=@CUPS_SERVERROOT@
|
|
# flags for C++ compiler:
|
|
CFLAGS=""
|
|
LDFLAGS="@EXPORT_LDFLAGS@"
|
|
-LIBS="@EXPORT_SSLLIBS@ @NETLIBS@ @COMMONLIBS@"
|
|
+LIBS="@EXPORT_LIBCRYPT@ @EXPORT_SSLLIBS@ @NETLIBS@ @COMMONLIBS@"
|
|
IMGLIBS="@EXPORT_LIBTIFF@ @EXPORT_LIBJPEG@ @EXPORT_LIBPNG@ @EXPORT_LIBZ@"
|
|
|
|
if test $includedir != /usr/include; then
|