diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2014-09-15 22:31:21 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2014-09-15 22:31:21 +0400 |
commit | 7882352136aa826f27cdbbeabe19c422afc2ad36 (patch) | |
tree | 5ee83cb6e33dabe669c99b4d359ff863154c3c91 | |
parent | 23f9bc75847c42d595d3a1254eb1a89011d90ff5 (diff) | |
download | sendmail-7882352136aa826f27cdbbeabe19c422afc2ad36.tar.gz |
Build with --disable-nisplus
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 4a07668..4811282 100755 --- a/debian/rules +++ b/debian/rules @@ -59,6 +59,10 @@ DEB_AC_AUX_DIR = $(CURDIR)/debian/build 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 = |