From: florian Date: Sat, 8 Mar 2014 00:58:09 +0000 (+0000) Subject: zsh: disable checking for NIS and NIS+ X-Git-Url: http://git.archive.openwrt.org/?a=commitdiff_plain;h=2d9a8f9b799910737e43384c2ed6a95178b4cd25;p=packages.git zsh: disable checking for NIS and NIS+ Those might be installed on the host, but certainly not available for the target, disable checking for those. Signed-off-by: Florian Fainelli git-svn-id: svn://svn.openwrt.org/openwrt/packages@39837 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/utils/zsh/Makefile b/utils/zsh/Makefile index c6d37bd29..79c0daaf6 100644 --- a/utils/zsh/Makefile +++ b/utils/zsh/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2013 OpenWrt.org +# Copyright (C) 2013-2014 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=zsh PKG_VERSION:=5.0.2 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=@SF/zsh @@ -41,7 +41,9 @@ define Build/Configure --bindir=/bin \ --disable-etcdir \ --disable-gdbm \ - --with-term-lib="ncurses" \ + --with-term-lib="ncurses", \ + zsh_cv_sys_nis=no \ + zsh_cv_sys_nis_plus=no \ ) # Do not install these functions: $(SED) 's, Completion/AIX/\*/\*,,g' $(PKG_BUILD_DIR)/config.modules