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
commit91ecc7046ea5e4bfc09c89958454b8a49111d8d0 (patch)
treeca55601d0dc1cf70e551681d67491b3cf467712e
parent662d6c3465129128c0cf986fe367f58053656ffc (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 $@