From: Michael R Sweet Date: Thu, 3 Dec 2020 14:11:29 +0000 (-0500) Subject: Changelog and updated configure script (Issue #60) X-Git-Tag: v2.3.3op2~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e833c13402238612e07dac1673ec79dec8ed67e;p=thirdparty%2Fcups.git Changelog and updated configure script (Issue #60) --- diff --git a/CHANGES-OPENPRINTING.md b/CHANGES-OPENPRINTING.md index 6bf41a449b..541bd43736 100644 --- a/CHANGES-OPENPRINTING.md +++ b/CHANGES-OPENPRINTING.md @@ -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 diff --git a/configure b/configure index 88b9ea5f3f..c137eda7e0 100755 --- 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=""