Package: gap / 4.11.0-4

config-sub-guess Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Index: gap-4.11.0/cnf/config.guess
===================================================================
--- gap-4.11.0.orig/cnf/config.guess
+++ gap-4.11.0/cnf/config.guess
@@ -1,4 +1,8 @@
 #! /bin/sh
+
+# Use Debian provided config.guess
+exec /usr/share/misc/config.guess "$@"
+
 # Attempt to guess a canonical system name.
 #   Copyright 1992-2019 Free Software Foundation, Inc.
 
Index: gap-4.11.0/cnf/config.sub
===================================================================
--- gap-4.11.0.orig/cnf/config.sub
+++ gap-4.11.0/cnf/config.sub
@@ -1,4 +1,8 @@
 #! /bin/sh
+
+#Use Debian provided config.sub
+exec /usr/share/misc/config.sub "$@"
+
 # Configuration validation subroutine script.
 #   Copyright 1992-2019 Free Software Foundation, Inc.