Package: flasm / 1.62-10

Metadata

Package Version Patches format
flasm 1.62-10 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 config file.patch | (download)

flasm.c | 6 5 + 1 - 0 !
1 file changed, 5 insertions(+), 1 deletion(-)

 flasm to search for /etc/flasm.ini
fix FTBFS with new bison.patch | (download)

assembler.y | 112 56 + 56 - 0 !
1 file changed, 56 insertions(+), 56 deletions(-)

 patch assembler.y so that it builds with bison 2.4.1
tempfiles fix.patch | (download)

flasm.c | 38 22 + 16 - 0 !
1 file changed, 22 insertions(+), 16 deletions(-)

 fix temporary file handling
fix FTBFS with new gperf.patch | (download)

keywords.gperf | 2 1 + 1 - 0 !
util.h | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 update copy of in_word_set function prototype for gperf changes
parallel ftbfs.patch | (download)

Makefile | 4 3 + 1 - 0 !
1 file changed, 3 insertions(+), 1 deletion(-)

 don't run bison twice in parallel
 This sometimes caused FTBFS in parallel builds.