diff options
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 5f219605c..3fc3b09a2 100755 --- a/debian/rules +++ b/debian/rules @@ -26,6 +26,7 @@ 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 +CONFIGFLAGS += --disable-ansi2knr STATICFLAGS = --disable-dynamic STATICFLAGS += --enable-ldflags=-static |