Package: urjtag / 0.10+r2007-1.2

Metadata

Package Version Patches format
urjtag 0.10+r2007-1.2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
10_disable_lib.patch | (download)

include/urjtag/Makefile.am | 4 2 + 2 - 0 !
src/Makefile.am | 4 2 + 2 - 0 !
2 files changed, 4 insertions(+), 4 deletions(-)

---
fix build bison3.patch | (download)

src/bsdl/bsdl_bison.y | 3 2 + 1 - 0 !
src/bsdl/vhdl_bison.y | 3 2 + 1 - 0 !
src/svf/svf_bison.y | 3 2 + 1 - 0 !
3 files changed, 6 insertions(+), 3 deletions(-)

 apply patch from upstream git to build with bison 3.x. this fixes
 FTBFS: error: too few arguments to function 'urj_svf_lex'
0010_prefix_REG.patch | (download)

include/urjtag/bfin.h | 44 22 + 22 - 0 !
src/bfin/bfin.c | 88 44 + 44 - 0 !
2 files changed, 66 insertions(+), 66 deletions(-)

 prefix all reg_* with bfin_reg to not clash with enumerators defined in
 /usr/include/sys/ucontext.h, this fixes FTBFS: error: redeclaration of enumerator 'REG_R0'