[med-svn] [Git][med-team/vienna-rna][master] Patch to fix gcc-10 FTBFS (Closes: #966214)

Shayan Doust gitlab at salsa.debian.org
Sun Sep 20 20:31:26 BST 2020



Shayan Doust pushed to branch master at Debian Med / vienna-rna


Commits:
daf36434 by Shayan Doust at 2020-09-20T20:29:59+01:00
Patch to fix gcc-10 FTBFS (Closes: #966214)

- - - - -


2 changed files:

- + debian/patches/fix-ftbfs-with-gcc-10.patch
- debian/patches/series


Changes:

=====================================
debian/patches/fix-ftbfs-with-gcc-10.patch
=====================================
@@ -0,0 +1,35 @@
+Description: Fix FTBFS with GCC-10.
+Author: Luis Paulo Linares <lpfllinares at gmail.com>
+Reviewed-by: Shayan Doust <hello at shayandoust.me>
+Bug-Debian: https://bugs.debian.org/966214
+Index: vienna-rna-2.4.14+dfsg/src/Kinfold/globals.c
+===================================================================
+--- vienna-rna-2.4.14+dfsg.orig/src/Kinfold/globals.c
++++ vienna-rna-2.4.14+dfsg/src/Kinfold/globals.c
+@@ -25,6 +25,10 @@
+ #include "globals.h"
+ #include "cmdline.h"
+ 
++GlobVars GSV;
++GlobArrays GAV;
++GlobToggles GTV;
++
+ /* forward declarations privat functions */
+ static void ini_globs(void);
+ static void ini_gtoggles (void);
+Index: vienna-rna-2.4.14+dfsg/src/Kinfold/globals.h
+===================================================================
+--- vienna-rna-2.4.14+dfsg.orig/src/Kinfold/globals.h
++++ vienna-rna-2.4.14+dfsg/src/Kinfold/globals.h
+@@ -88,9 +88,9 @@ void clean_up_globals(void);
+ void log_prog_params(FILE *FP);
+ void log_start_stop(FILE *FP);
+ 
+-GlobVars GSV;
+-GlobArrays GAV;
+-GlobToggles GTV;
++extern GlobVars GSV;
++extern GlobArrays GAV;
++extern GlobToggles GTV;
+ 
+ #endif


=====================================
debian/patches/series
=====================================
@@ -1,3 +1,4 @@
 g2.patch
 tutorial.patch
 addHelp2ManWrapper.patch
+fix-ftbfs-with-gcc-10.patch



View it on GitLab: https://salsa.debian.org/med-team/vienna-rna/-/commit/daf364342855c34c4e29545b4cadd1993232840a

-- 
View it on GitLab: https://salsa.debian.org/med-team/vienna-rna/-/commit/daf364342855c34c4e29545b4cadd1993232840a
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20200920/d32dce73/attachment-0001.html>


More information about the debian-med-commit mailing list