Hi, https://buildd.debian.org/status/package.php?p=avinfo&suite=sid
I'm enabling some packages for ppc64el [1] and build avinfo with a small change in config.mk. I don't know if this is the correct way to fix this issue but it works. :) Can we go with this fix in order to fix this package? [1] https://wiki.debian.org/ppc64el -- Paulo Flabiano Smorigo IBM Linux Technology Center
diff -Nru avinfo-1.0.a15+20090102/config.mk avinfo-1.0.a15+20090102/config.mk --- avinfo-1.0.a15+20090102/config.mk 2014-09-02 19:52:20.000000000 +0000 +++ avinfo-1.0.a15+20090102/config.mk 2014-09-02 19:52:20.000000000 +0000 @@ -8,8 +8,8 @@ CC=gcc #CFLAGS=-O2 -Wall -BISON=bison -#BISON=NONE +#BISON=bison +BISON=NONE # --------------------- Installation options ----------------------