Nilesh Patra pushed to branch master at Debian Med / bwa
Commits: d7c8a2d8 by Nilesh Patra at 2020-04-18T20:19:37+05:30 Add patch to build with gcc-10 - - - - - 2 changed files: - + debian/patches/gcc10.patch - debian/patches/series Changes: ===================================== debian/patches/gcc10.patch ===================================== @@ -0,0 +1,15 @@ +Description: Fix package to build with GCC-10 +Bug-Debian: https://bugs.debian.org/957059 +Author: Nilesh Patra <[email protected]> +Last-Update: Sat, 18 Apr 2020 20:19:30 +0530 +--- a/rle.h ++++ b/rle.h +@@ -30,7 +30,7 @@ + *** 43+3 codec *** + ******************/ + +-const uint8_t rle_auxtab[8]; ++extern const uint8_t rle_auxtab[8]; + + #define RLE_MIN_SPACE 18 + #define rle_nptr(block) ((uint16_t*)(block)) ===================================== debian/patches/series ===================================== @@ -3,3 +3,4 @@ fix_build_on_freebsd.patch CVE-2019-10269.patch simde spelling +gcc10.patch View it on GitLab: https://salsa.debian.org/med-team/bwa/-/commit/d7c8a2d8c46648b712833cef5716f5935a09d2bf -- View it on GitLab: https://salsa.debian.org/med-team/bwa/-/commit/d7c8a2d8c46648b712833cef5716f5935a09d2bf You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
