diff --git a/utils/zsh/Makefile b/utils/zsh/Makefile index 8a95c1511d..00f0ee4a70 100644 --- a/utils/zsh/Makefile +++ b/utils/zsh/Makefile @@ -20,9 +20,18 @@ PKG_LICENSE:=ZSH PKG_LICENSE_FILES:=LICENCE PKG_CPE_ID:=cpe:/a:zsh_project:zsh +PKG_FIXUP:=autoreconf PKG_BUILD_PARALLEL:=1 PKG_INSTALL:=1 +# zsh include custom macro in the default aclocal.m4 +# When autoreconf PKG_FIXUP is used, if PKG_REMOVE_FILES +# is not defined, it's set to remove the file aclocak.m4 +# by default resulting in problem with the custom macro +# AC_PROG_LN +# To prevent this, declare empty PKG_REMOVE_FILES +PKG_REMOVE_FILES:= + include $(INCLUDE_DIR)/package.mk define Package/zsh