Bug #5605
closedDisable IPP printing like SMB printing can be disabled
100%
Description
Another in the "for OmniOS" changes. This one allows the definition of ENABLE_IPP_PRINTING such that it can be disabled on distros that don't have Apache 1.3 in them (like OmniOS).
It's a small change, and once there, a .env file can set it for building illumos-gate on systems that are missing Apache 1.3's includes and libraries.
Updated by Gordon Ross about 8 years ago
How hard would it be to get this module to build against apache 2.2?
(Answered that myself, in #5609)
Updated by Gordon Ross about 8 years ago
A question came up re. defaults. Should we build either kind of printing support by default? Or only if one modifies their env. file to override ENABLE_IPP_PRINTING and/or ENABLE_SMB_PRINTING ? Perhaps it serves more people if we change the default to "don't build printing support". Thoughts?
Updated by Gordon Ross about 8 years ago
Let's not change the defaults for what gets built, at least with this issue.
This issue is about providing a mechanism to enable or disable printing support, without changing the default behavior of a build using illumos.sh.
Updated by Electric Monk almost 8 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit 14c3be3932e278c263b32fb17daff38fd4de18f8
commit 14c3be3932e278c263b32fb17daff38fd4de18f8 Author: Gordon Ross <gwr@nexenta.com> Date: 2015-04-21T21:32:31.000Z 5605 Disable IPP printing like SMB printing can be disabled Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Alexander Pyhalov <apyhalov@gmail.com> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Approved by: Hans Rosenfeld <hans.rosenfeld@nexenta.com>