- Fix build using GCC10 using patch taken from Debian (credits to Nilesh Patra) OBS-URL: https://build.opensuse.org/request/show/814743 OBS-URL: https://build.opensuse.org/package/show/science/bwa?expand=0&rev=4
16 lines
376 B
Diff
16 lines
376 B
Diff
Description: Fix package to build with GCC-10 from Debian
|
|
Author: Nilesh Patra <npatra974@gmail.com>
|
|
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))
|
|
|