diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2013-06-16 00:23:44 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2013-06-16 00:23:44 +0200 |
commit | 80916d064696c6f4ec92f6620d3c392a9503dbaf (patch) | |
tree | 95a9c96cd6595c4ce96b4c66049e65f88983d891 | |
parent | a5afb1157ae23926378c24d91a97f8dcc595d70c (diff) | |
download | zsh-80916d064696c6f4ec92f6620d3c392a9503dbaf.tar.gz zsh-80916d064696c6f4ec92f6620d3c392a9503dbaf.zip |
Disable ansi2knr as it's no more available since automake 1.12
Fixes FTBFS with recent automake versions.
-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 |