diff options
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 489319a5b..b74e3ec7a 100755 --- a/debian/rules +++ b/debian/rules @@ -30,6 +30,7 @@ CONFIGFLAGS += --with-tcsetpgrp --with-term-lib="ncursesw" CONFIGFLAGS += --enable-cap --enable-pcre CONFIGFLAGS += --enable-readnullcmd=pager CONFIGFLAGS += --enable-custom-patchlevel=Debian +CONFIGFLAGS += --enable-additional-fpath=/usr/share/zsh/vendor-functions,/usr/share/zsh/vendor-completions STATICFLAGS = --disable-dynamic --enable-ldflags=-static ifneq (zsh-beta,$(package)) |