From 390107a2a4bff15dfd9b1a3d5e1694a004a80cc6 Mon Sep 17 00:00:00 2001 From: duncan08 Date: Mon, 19 Sep 2016 10:08:05 +0100 Subject: [PATCH] Updated ZSH to build with Regex Support. Also installed ZSH dynamic module support --- cross/zsh/Makefile | 2 ++ spk/zsh/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/cross/zsh/Makefile b/cross/zsh/Makefile index 9a897bd0d0b..bf54425f576 100644 --- a/cross/zsh/Makefile +++ b/cross/zsh/Makefile @@ -12,6 +12,7 @@ COMMENT = Zsh is a shell designed for interactive use, although it is also a po LICENSE = Custom GNU_CONFIGURE = 1 +CONFIGURE_ARGS = --enable-cap --enable-pcre INSTALL_TARGET = myInstall @@ -20,3 +21,4 @@ include ../../mk/spksrc.cross-cc.mk .PHONY: myInstall myInstall: umask 022; $(RUN) $(MAKE) install DESTDIR=$(INSTALL_DIR) + umask 022; $(RUN) $(MAKE) install.modules DESTDIR=$(INSTALL_DIR) diff --git a/spk/zsh/Makefile b/spk/zsh/Makefile index 2cf96731b96..3d4106c6c06 100644 --- a/spk/zsh/Makefile +++ b/spk/zsh/Makefile @@ -1,6 +1,6 @@ SPK_NAME = zsh SPK_VERS = 5.2 -SPK_REV = 3 +SPK_REV = 4 SPK_ICON = src/zsh.png DEPENDS = cross/$(SPK_NAME) @@ -11,7 +11,7 @@ DESCRIPTION_FRE = Zsh est un shell conçu pour un usage intéractif, mais il est RELOAD_UI = no DISPLAY_NAME = Z shell STARTABLE = no -CHANGELOG = "Update to 5.2" +CHANGELOG = "Added Regex compatibility. Update to 5.2." HOMEPAGE = http://www.zsh.org LICENSE = Custom