From 7882352136aa826f27cdbbeabe19c422afc2ad36 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Mon, 15 Sep 2014 22:31:21 +0400 Subject: Build with --disable-nisplus --- debian/rules | 4 ++++ 1 file changed, 4 insertions(+) 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 = -- cgit v1.2.3