]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Changelog and updated configure script (Issue #60)
authorMichael R Sweet <msweet@msweet.org>
Thu, 3 Dec 2020 14:11:29 +0000 (09:11 -0500)
committerMichael R Sweet <msweet@msweet.org>
Thu, 3 Dec 2020 14:11:29 +0000 (09:11 -0500)
CHANGES-OPENPRINTING.md
configure

index 6bf41a449b2a0871a324b5aa6a2732e3b9079821..541bd4373669bf0570d979b96f2b450e8111ced3 100644 (file)
@@ -6,6 +6,7 @@ Changes in CUPS v2.3.3op2
 
 - Clarified the documentation for the "Listen" directive (Issue #53)
 - Fixed duplicate ColorModel entries for AirPrint printers (Issue 59)
+- Fixed CUPS_SERVERBIN on Debian kfreebsd-based systems (Issue #60)
 
 
 Changes in CUPS v2.3.3op1
index 88b9ea5f3f8b0778e2425da7ee5f5ecb5746e683..c137eda7e059455f7c8797a8d3b436c75275a9f6 100755 (executable)
--- a/configure
+++ b/configure
@@ -6421,6 +6421,11 @@ _ACEOF
 
 # Server executables...
 case "$host_os_name" in
+       *-gnu)
+               # GNUs
+               INSTALL_SYSV="install-sysv"
+               CUPS_SERVERBIN="$exec_prefix/lib/cups"
+               ;;
        *bsd* | darwin*)
                # *BSD and Darwin (macOS)
                INSTALL_SYSV=""