]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
* Apply upstream patch from Jeffrey Hutzelman to fix kernel module
authorRuss Allbery <rra@debian.org>
Tue, 5 Jun 2007 03:57:45 +0000 (03:57 +0000)
committerRuss Allbery <rra@debian.org>
Tue, 5 Jun 2007 03:57:45 +0000 (03:57 +0000)
  builds on ppc64.  (Closes: #427555)

debian/changelog
src/libafs/make_kbuild_makefile.pl

index bb5a51e90381e75785481b9e3a546a24f2b971cb..c4fa93bab6648b679384c183304652bc8409ddd3 100644 (file)
@@ -1,10 +1,12 @@
 openafs (1.4.4.dfsg1-4) UNRELEASED; urgency=low
 
+  * Apply upstream patch from Jeffrey Hutzelman to fix kernel module
+    builds on ppc64.  (Closes: #427555)
   * Go back to using krb5-config.  The dependency problem has now been
     fixed on all platforms in the krb5 package and this is the preferred
     upstream method.
 
- -- Russ Allbery <rra@debian.org>  Sat, 19 May 2007 22:01:00 -0700
+ -- Russ Allbery <rra@debian.org>  Mon, 04 Jun 2007 20:59:15 -0700
 
 openafs (1.4.4.dfsg1-3) unstable; urgency=low
 
index ce046e17234b008f9935e05750c362f31fe031b0..dd10db1e327f637d251575ece4bc612b8c164c27 100755 (executable)
@@ -79,7 +79,7 @@ if (! -d $KDIR) {
 foreach (@objects) {
   die "No source known for $_\n" unless exists $deps{$_};
   if($deps{$_} =~ /\.s$/) {
-     ($src = $_) =~ s/\.o$/.s/;
+     ($src = $_) =~ s/\.o$/.S/;
   } else {
      ($src = $_) =~ s/\.o$/.c/;
   }