summaryrefslogtreecommitdiff
path: root/sci-biology/bwa/files/bwa-0.7.17-gcc-10.patch
blob: 4d2762cef84c995c76ddedaf5fa62a84a5b5e99d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
https://github.com/lh3/bwa/pull/267

--- 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))