Actions
Feature #2991
closedAllow building without SMB printing support
Start date:
2012-07-12
Due date:
% Done:
0%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
Description
Some distributions would like to build with SMB printing entirely removed, rather than simply "turned off". Add some make and define machinery to allow that.
Note that #1604 provided for leaving SMB printing disabled by default, but did not provide for removing it altogether.
Updated by Gordon Ross almost 10 years ago
The proposed changes work as follows:
In your environment (i.e. illumos.sh or whatever) you do:
ENABLE_SMB_PRINTING=\# export ENABLE_SMB_PRINTING
(Set that variable to a sharp sign.)
With that, your build will omit SMB printing support.
If you don't define that variable, things build as before this change.
Updated by Gordon Ross almost 10 years ago
- Status changed from New to Resolved
changeset: 13751:9d4f4ce94046 tag: tip user: Gordon Ross <gwr@nexenta.com> date: Sat Jul 14 18:40:22 2012 -0400 description: 2991 Allow building without SMB printing support Reviewed by: Bill Pijewski <wdp@joyent.com> Reviewed by: Jason King <jason.brian.king@gmail.com>
Actions