- Add aarch64 to the list of lib64 platforms OBS-URL: https://build.opensuse.org/request/show/157144 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-BibTeX?expand=0&rev=7
12 lines
386 B
Diff
12 lines
386 B
Diff
--- Build.PL.orig 2012-05-25 11:14:30.837613000 +0200
|
|
+++ Build.PL 2012-05-25 11:14:51.170816000 +0200
|
|
@@ -74,7 +74,7 @@
|
|
unlink catfile($libdir, $target);
|
|
}
|
|
} else {
|
|
- if ($Config{archname} =~ /^x86_64/) {
|
|
+ if ($Config{archname} =~ /^x86_64|ppc64|s390x|aarch64/) {
|
|
$libdir =~ s/\bbin\b/lib64/;
|
|
if (!-d $libdir) {
|
|
my $test = $libdir;
|