builds on ppc64. (Closes: #427555)
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
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/;
}