summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael R Sweet <msweet@msweet.org>2020-12-03 09:11:29 -0500
committerMichael R Sweet <msweet@msweet.org>2020-12-03 09:11:29 -0500
commit6e833c13402238612e07dac1673ec79dec8ed67e (patch)
tree74fb6b4965e383ec8bbb4479e6acc7450d96eecc
parent9a1206ce2e41ed724a852284bf2ee98c4c0a0bec (diff)
Changelog and updated configure script (Issue #60)
-rw-r--r--CHANGES-OPENPRINTING.md1
-rwxr-xr-xconfigure5
2 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES-OPENPRINTING.md b/CHANGES-OPENPRINTING.md
index 6bf41a449..541bd4373 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 88b9ea5f3..c137eda7e 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=""