Package: htslib / 1.3.2-2

Metadata

Package Version Patches format
htslib 1.3.2-2 3.0 (quilt)

Patch series

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

cram/open_trace_file.c | 3 0 + 3 - 0 !
cram/os.h | 7 7 + 0 - 0 !
2 files changed, 7 insertions(+), 3 deletions(-)

 define path_max as it is done in cram/open_trace_file.c if
 not existent.  The definition should be removed from this C file since the
 header file affects all three C files where this definition is used.


literal_version.patch | (download)

configure.ac | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 do not use make to extract version
 Without a valid config.mk, trying to call m4_esyscmd_s() to run
 make results in weird error messages. This patch avoids having
 to run make just to extract this value.