Control: tags 957797 + patch
Control: tags 957797 + pending
--

Dear maintainer,

I've prepared an NMU for simh (versioned as 3.8.1-6.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should cancel it.

--
Regards
Sudip

diff -u simh-3.8.1/debian/changelog simh-3.8.1/debian/changelog
--- simh-3.8.1/debian/changelog
+++ simh-3.8.1/debian/changelog
@@ -1,3 +1,11 @@
+simh (3.8.1-6.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix ftbfs with GCC-10. (Closes: #957797)
+    - Use fcommon.
+
+ -- Sudip Mukherjee <sudipm.mukher...@gmail.com>  Tue, 19 Jan 2021 22:31:56 
+0000
+
 simh (3.8.1-6) unstable; urgency=medium
 
   * New maintainer (Closes: 848569)
diff -u simh-3.8.1/makefile simh-3.8.1/makefile
--- simh-3.8.1/makefile
+++ simh-3.8.1/makefile
@@ -1,7 +1,7 @@
 # Simh makefile for Debian Package
 #
 OS_CCDEFS = -lrt -D_GNU_SOURCE
-CC = gcc -std=c99 -O2 -U__STRICT_ANSI__ -g $(OS_CCDEFS) -I .
+CC = gcc -fcommon -std=c99 -O2 -U__STRICT_ANSI__ -g $(OS_CCDEFS) -I .
 LIBS = -lm -lrt
 USE_NETWORK = 1
 

Reply via email to