Package: mash / 1.1.1-2

Metadata

Package Version Patches format
mash 1.1.1-2 3.0 (quilt)

Patch series

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

Makefile.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 add hardening support
 This patch adds the missing LDFLAGS for hardening support.
use_debian_mathjax.patch | (download)

doc/sphinx/conf.py | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 use debian's mathjax
drop_memcpy_wrapper.patch | (download)

Makefile.in | 10 2 + 8 - 0 !
1 file changed, 2 insertions(+), 8 deletions(-)

 drop memcpy wrapper
 Not needed here, as our binaries needn't be portable across glib versions.
link_dynamically_against_capnp.patch | (download)

Makefile.in | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 link dynamically against libcapnp and friends
parallel.patch | (download)

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

 fix parallel build failures
 "capnp compile" ran twice, and in parallel builds twice in parallel.
 This resulted in occasional build failures caused by corrupt output files.
 .
 Fix the Makefile to only run "capnp compile" once.