[Pkg-fglrx-devel] r1557 - in fglrx-driver/trunk/debian: . patches
Patrick Matthäi
pmatthaei at moszumanska.debian.org
Thu Jan 14 08:59:49 UTC 2016
Author: pmatthaei
Date: 2016-01-14 08:59:49 +0000 (Thu, 14 Jan 2016)
New Revision: 1557
Added:
fglrx-driver/trunk/debian/patches/13-4.4.0-build.patch
Modified:
fglrx-driver/trunk/debian/changelog
fglrx-driver/trunk/debian/patches/series
Log:
* Add patch 13-4.4.0-build from Ubuntu to fix a FTBFS with Linux 4.4.
Modified: fglrx-driver/trunk/debian/changelog
===================================================================
--- fglrx-driver/trunk/debian/changelog 2016-01-07 10:29:10 UTC (rev 1556)
+++ fglrx-driver/trunk/debian/changelog 2016-01-14 08:59:49 UTC (rev 1557)
@@ -3,6 +3,7 @@
* Fix spelling error in long description.
* Add patch 06-spelling-error-manpage to fix a spelling error in atieventsd
manpage.
+ * Add patch 13-4.4.0-build from Ubuntu to fix a FTBFS with Linux 4.4.
-- Patrick Matthäi <pmatthaei at debian.org> Thu, 31 Dec 2015 11:29:25 +0100
Added: fglrx-driver/trunk/debian/patches/13-4.4.0-build.patch
===================================================================
--- fglrx-driver/trunk/debian/patches/13-4.4.0-build.patch (rev 0)
+++ fglrx-driver/trunk/debian/patches/13-4.4.0-build.patch 2016-01-14 08:59:49 UTC (rev 1557)
@@ -0,0 +1,18 @@
+From: Alberto Milone <alberto.milone at canonical.com>
+Date: Wed, 13 Jan 2016 12:31:04 +0100
+Subject: [PATCH 1/1] Add support for Linux 4.4
+
+diff -Naur fglrx-driver-15.9.orig/common/lib/modules/fglrx/build_mod/firegl_public.c fglrx-driver-15.9/common/lib/modules/fglrx/build_mod/firegl_public.c
+--- fglrx-driver-15.9.orig/common/lib/modules/fglrx/build_mod/firegl_public.c 2016-01-14 09:56:13.000000000 +0100
++++ fglrx-driver-15.9/common/lib/modules/fglrx/build_mod/firegl_public.c 2016-01-14 09:57:50.200757457 +0100
+@@ -209,6 +209,10 @@
+ #include "kcl_io.h"
+ #include "kcl_debug.h"
+
++#ifndef XSTATE_FP
++#define XSTATE_FP XFEATURE_MASK_FP
++#endif
++
+ // ============================================================
+
+ // VM_SHM is deleted in 2.6.18 or higher kernels.
Modified: fglrx-driver/trunk/debian/patches/series
===================================================================
--- fglrx-driver/trunk/debian/patches/series 2016-01-07 10:29:10 UTC (rev 1556)
+++ fglrx-driver/trunk/debian/patches/series 2016-01-14 08:59:49 UTC (rev 1557)
@@ -10,3 +10,4 @@
10-4.2.0-build.copy_xregs_to_kernel.patch
11-4.1.0-gpl-only.patch
12-4.3.0-build.patch
+13-4.4.0-build.patch
More information about the Pkg-fglrx-devel
mailing list