Package: staden-io-lib / 1.14.11-6

fix_fseeko.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Author: James Bonfield <jkb@sanger.ac.uk>,
        James Cowgill <jcowgill@debian.org>
Last-Update: Thu, 7 Dec 2017 18:09:16 +0000
Bug-Debian: https://bugs.debian.org/876840
Origin: Upstream
Description: Attempt to fix FTBFS on non-i386 32bit for fseeko()

--- a/io_lib/bgzip.c
+++ b/io_lib/bgzip.c
@@ -48,6 +48,10 @@
 #include "io_lib_config.h"
 #endif
 
+#ifdef HAVE_CONFIG_H 
+#include "io_lib_config.h"
+#endif
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <inttypes.h>