[Pkg-zsh-commits] [SCM] Debian zsh package branch, debian, updated. debian/5.0.2-3-5-g80916d0

Axel Beckert abe at deuxchevaux.org
Sat Jun 15 23:09:53 UTC 2013


The following commit has been merged in the debian branch:
commit 80916d064696c6f4ec92f6620d3c392a9503dbaf
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sun Jun 16 00:23:44 2013 +0200

    Disable ansi2knr as it's no more available since automake 1.12
    
    Fixes FTBFS with recent automake versions.

diff --git a/debian/rules b/debian/rules
index 5f21960..3fc3b09 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

-- 
Debian zsh package



More information about the Pkg-zsh-commits mailing list