Nilesh Patra pushed to branch master at Debian Med / lagan
Commits:
3c755510 by Nilesh Patra at 2020-04-17T21:13:21+05:30
Add patch for GCC-10
- - - - -
2 changed files:
- + debian/patches/gcc10.patch
- debian/patches/series
Changes:
=====================================
debian/patches/gcc10.patch
=====================================
@@ -0,0 +1,23 @@
+Description: Add patch to build with GCC-10
+--- a/src/fchaos.c
++++ b/src/fchaos.c
+@@ -29,7 +29,7 @@
+ int offset;
+ } match;
+
+-extern int indeces[256];
++int indeces[256];
+
+
+ void remElem(LList* tbf, int i);
+--- a/src/thrtrie.h
++++ b/src/thrtrie.h
+@@ -2,7 +2,7 @@
+ #define MAX_DEGEN 2
+
+
+-int indeces[256];
++extern int indeces[256];
+
+ typedef struct PrevHits {
+ int* inds1;
=====================================
debian/patches/series
=====================================
@@ -6,3 +6,4 @@ adjustPerlPaths.patch
hardening.patch
cross.patch
gcc9.patch
+gcc10.patch
View it on GitLab:
https://salsa.debian.org/med-team/lagan/-/commit/3c7555104356cd44ab36bf606ccd1daf1e6ccf6f
--
View it on GitLab:
https://salsa.debian.org/med-team/lagan/-/commit/3c7555104356cd44ab36bf606ccd1daf1e6ccf6f
You're receiving this email because of your account on salsa.debian.org.
_______________________________________________
debian-med-commit mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit