diff --git a/cross/zsh/Makefile b/cross/zsh/Makefile index 9a897bd0d0be..bf54425f576f 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 2cf96731b964..3d4106c6c06b 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