diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2014-11-18 13:25:13 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2014-11-18 13:25:28 +0300 |
commit | 70f5200a9c31498f58c6b6ca79e9f9abf1849e18 (patch) | |
tree | c709e01ab85e86a63d2c95a788fdf55e61ce4d53 /debian/rules | |
parent | c627fd9c673e5a1358a51ee56bdcd6f4437d04e2 (diff) | |
download | sendmail-70f5200a9c31498f58c6b6ca79e9f9abf1849e18.tar.gz |
Really disabled NIS+ (FTBFS)
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 0 insertions, 3 deletions
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 = |