Julien Cristau pushed to branch debian-unstable at X Strike Force / xserver / xorg-server
Commits:
-
2eeb59d0
by Julien Cristau at 2021-01-06T11:47:49+01:00
2 changed files:
Changes:
1 |
+xorg-server (2:1.20.10-3) UNRELEASED; urgency=medium
|
|
2 |
+ |
|
3 |
+ * Drop workaround for mips* FTBFS added in 2:1.20.10-1, shouldn't be
|
|
4 |
+ necessary anymore with the change in 2:1.20.10-2.
|
|
5 |
+ |
|
6 |
+ -- Julien Cristau <jcristau@debian.org> Wed, 06 Jan 2021 11:46:56 +0100
|
|
7 |
+ |
|
1 | 8 |
xorg-server (2:1.20.10-2) unstable; urgency=medium
|
2 | 9 |
|
3 | 10 |
* Stop defining inb/outb on mips, to fix FTBFS in some drivers with GCC 10
|
... | ... | @@ -4,11 +4,6 @@ include debian/rules.flags |
4 | 4 |
|
5 | 5 |
include /usr/share/dpkg/architecture.mk
|
6 | 6 |
|
7 |
-#workaround for FTBFS with gcc 10
|
|
8 |
-ifneq (,$(filter $(DEB_HOST_ARCH), mips mipsel mips64el))
|
|
9 |
- export DEB_CFLAGS_MAINT_APPEND += -fcommon
|
|
10 |
-endif
|
|
11 |
- |
|
12 | 7 |
%:
|
13 | 8 |
dh $@ --with quilt
|
14 | 9 |
|