[Pkg-fglrx-devel] r519 - in fglrx-driver/trunk/debian: . patches

Patrick Matthäi pmatthaei at alioth.debian.org
Tue Dec 14 16:50:58 UTC 2010


Author: pmatthaei
Date: 2010-12-14 16:50:57 +0000 (Tue, 14 Dec 2010)
New Revision: 519

Modified:
   fglrx-driver/trunk/debian/changelog
   fglrx-driver/trunk/debian/patches/02-dkms-arch_compat.diff
Log:
- Update patch 02-dkms-arch_compat to honor $(KSRC) instead of hardcoding
  the path.
  Closes: #604881


Modified: fglrx-driver/trunk/debian/changelog
===================================================================
--- fglrx-driver/trunk/debian/changelog	2010-12-14 16:47:33 UTC (rev 518)
+++ fglrx-driver/trunk/debian/changelog	2010-12-14 16:50:57 UTC (rev 519)
@@ -1,8 +1,11 @@
 fglrx-driver (1:10-12-1) UNRELEASED; urgency=low
 
   * New upstream release.
+    - Update patch 02-dkms-arch_compat to honor $(KSRC) instead of hardcoding
+      the path.
+      Closes: #604881
 
- -- Patrick Matthäi <pmatthaei at debian.org>  Tue, 14 Dec 2010 17:39:45 +0100
+ -- Patrick Matthäi <pmatthaei at debian.org>  Tue, 14 Dec 2010 17:49:46 +0100
 
 fglrx-driver (1:10-11-1) experimental; urgency=low
 

Modified: fglrx-driver/trunk/debian/patches/02-dkms-arch_compat.diff
===================================================================
--- fglrx-driver/trunk/debian/patches/02-dkms-arch_compat.diff	2010-12-14 16:47:33 UTC (rev 518)
+++ fglrx-driver/trunk/debian/patches/02-dkms-arch_compat.diff	2010-12-14 16:50:57 UTC (rev 519)
@@ -8,7 +8,7 @@
                  -DFGL_GART_RESERVED_SLOT \
                  -DFGL_LINUX253P1_VMA_API \
                  -DPAGE_ATTR_FIX=$(PAGE_ATTR_FIX) \
-+                -DCOMPAT_ALLOC_USER_SPACE=$(shell if grep -q compat_alloc_user_space /lib/modules/$(KERNELRELEASE)/build/Module.symvers ; then echo arch_compat_alloc_user_space ; else echo compat_alloc_user_space ; fi) \
++                -DCOMPAT_ALLOC_USER_SPACE=$(shell if grep -q compat_alloc_user_space $(KSRC)/Module.symvers ; then echo arch_compat_alloc_user_space ; else echo compat_alloc_user_space ; fi) \
  
  ifeq ($(KERNELRELEASE),)
  # on first call from remote location we get into this path




More information about the Pkg-fglrx-devel mailing list