Control: tags 987639 + patch Dear maintainer,
I've prepared an NMU for smlsharp (versioned as 1.2.0-2.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it. cu Adrian
diff -Nru smlsharp-1.2.0/debian/changelog smlsharp-1.2.0/debian/changelog --- smlsharp-1.2.0/debian/changelog 2013-09-21 07:42:05.000000000 +0300 +++ smlsharp-1.2.0/debian/changelog 2021-06-09 20:00:54.000000000 +0300 @@ -1,3 +1,10 @@ +smlsharp (1.2.0-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Build with -fcommon to workaround FTBFS with gcc 10. (Closes: #987639) + + -- Adrian Bunk <b...@debian.org> Wed, 09 Jun 2021 20:00:54 +0300 + smlsharp (1.2.0-2) unstable; urgency=low * Update debian/control. diff -Nru smlsharp-1.2.0/debian/rules smlsharp-1.2.0/debian/rules --- smlsharp-1.2.0/debian/rules 2013-09-21 07:42:05.000000000 +0300 +++ smlsharp-1.2.0/debian/rules 2021-06-09 20:00:52.000000000 +0300 @@ -12,7 +12,7 @@ override_dh_auto_configure: CC="gcc -m32" LD="ld -m elf_i386" \ - CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" \ + CFLAGS="$(CFLAGS) -fcommon" LDFLAGS="$(LDFLAGS)" \ ./configure --prefix=/usr --enable-fast-build \ --enable-thread