Accepting request 157146 from devel:languages:perl
- Add aarch64 to the list of lib64 platforms (forwarded request 157144 from Andreas_Schwab) OBS-URL: https://build.opensuse.org/request/show/157146 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-BibTeX?expand=0&rev=5
This commit is contained in:
commit
58e7ad003a
@ -5,7 +5,7 @@
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
- if ($Config{archname} =~ /^x86_64/) {
|
- if ($Config{archname} =~ /^x86_64/) {
|
||||||
+ if ($Config{archname} =~ /^x86_64|ppc64|s390x/) {
|
+ if ($Config{archname} =~ /^x86_64|ppc64|s390x|aarch64/) {
|
||||||
$libdir =~ s/\bbin\b/lib64/;
|
$libdir =~ s/\bbin\b/lib64/;
|
||||||
if (!-d $libdir) {
|
if (!-d $libdir) {
|
||||||
my $test = $libdir;
|
my $test = $libdir;
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 3 10:07:12 UTC 2013 - schwab@suse.de
|
||||||
|
|
||||||
|
- Add aarch64 to the list of lib64 platforms
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 10 01:22:40 CET 2012 - ro@suse.de
|
Mon Dec 10 01:22:40 CET 2012 - ro@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Text-BibTeX
|
# spec file for package perl-Text-BibTeX
|
||||||
#
|
#
|
||||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
Loading…
x
Reference in New Issue
Block a user