summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2020-07-27 08:49:39 +0200
committerDidier Raboud <odyx@debian.org>2020-07-24 15:55:27 +0200
commit55595ee34a30069d494124e9bfae77b0293d9d92 (patch)
treeca55601d0dc1cf70e551681d67491b3cf467712e
parent67145f21f0803aabfff0d2b6c646d03692447089 (diff)
Drop GCC-10 circumvention
-rwxr-xr-xdebian/rules8
1 files changed, 0 insertions, 8 deletions
diff --git a/debian/rules b/debian/rules
index 30d98a1..2920c41 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,14 +2,6 @@
include /usr/share/dpkg/architecture.mk
-# Circumvent GCC-10 FTBFS
-### A common mistake in C is omitting extern when declaring a global variable in
-### a header file. If the header is included by several files it results in
-### multiple definitions of the same variable. In previous GCC versions this
-### error is ignored. GCC 10 defaults to -fno-common, which means a linker error
-### will now be reported.
-export DEB_CFLAGS_MAINT_APPEND = -fcommon
-
%:
dh $@