summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2014-11-18 13:25:13 +0300
committerIgor Pashev <pashev.igor@gmail.com>2014-11-18 13:25:28 +0300
commit70f5200a9c31498f58c6b6ca79e9f9abf1849e18 (patch)
treec709e01ab85e86a63d2c95a788fdf55e61ce4d53
parentc627fd9c673e5a1358a51ee56bdcd6f4437d04e2 (diff)
downloadsendmail-70f5200a9c31498f58c6b6ca79e9f9abf1849e18.tar.gz
Really disabled NIS+ (FTBFS)
-rw-r--r--debian/configure.options2
-rw-r--r--debian/control4
-rwxr-xr-xdebian/rules3
3 files changed, 3 insertions, 6 deletions
diff --git a/debian/configure.options b/debian/configure.options
index f120564..a6de782 100644
--- a/debian/configure.options
+++ b/debian/configure.options
@@ -77,7 +77,7 @@
# --enable-nis=...........Allow NIS maps [auto]
--enable-nis=auto
# --enable-nisplus=.......Allow NISPLUS maps [auto]
---enable-nisplus=auto
+--enable-nisplus=no
# --enable-ldap=..........Allow LDAP maps [auto]
--enable-ldap=yes
# --enable-hesiod=........Allow HESIOD maps [auto]
diff --git a/debian/control b/debian/control
index 0f57840..fee0b04 100644
--- a/debian/control
+++ b/debian/control
@@ -58,7 +58,7 @@ Description: powerful, efficient, and scalable Mail Transport Agent
Sendmail includes *no* Mail User Agents (MUA), you'll have to
pick from the plethora of available MUAs (mutt, vm, etc.)
.
- This package supports REGEX, DB, NIS, NIS+, LDAP, DNS maps,
+ This package supports REGEX, DB, NIS, LDAP, DNS maps,
and has enabled TCPWrappers, IPv6, LockFile, SMTP AUTH(SASL), STARTTLS(SSL).
Package: rmail
@@ -205,7 +205,7 @@ Description: powerful, efficient, and scalable Mail Transport Agent (metapackage
Sendmail includes *no* Mail User Agents (MUA), you'll have to
pick from the plethora of available MUAs (mutt, vm, etc.)
.
- This package supports REGEX, DB, NIS, NIS+, LDAP, DNS maps,
+ This package supports REGEX, DB, NIS, LDAP, DNS maps,
and has enabled TCPWrappers, IPv6, LockFile, SMTP AUTH(SASL), STARTTLS(SSL).
.
This package is to make installation/upgrading easier (Do NOT delete it)
diff --git a/debian/rules b/debian/rules
index 1d25cc2..cdeeba5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -60,9 +60,6 @@ DEB_CONFIGURE_SCRIPT = $(CURDIR)/debian/configure
DEB_CONFIGURE_INVOKE = cd $(CURDIR)/debian \
&& $(DEB_CONFIGURE_SCRIPT_ENV) $(DEB_CONFIGURE_SCRIPT) $(DEB_CONFIGURE_NORMAL_ARGS)
-# No NIS+ at illumos
-DEB_CONFIGURE_NORMAL_ARGS += --disable-nisplus
-
DEB_MAKE_INVOKE =
DEB_MAKE_BUILD_TARGET =
DEB_MAKE_INSTALL_TARGET =