perl-Text-BibTeX/perl-Text-BibTeX-libdir.patch
Dirk Stoecker 071d3bf756 Accepting request 144902 from home:oertel:branches:openSUSE:Factory
- fix libdir for s390x as well 
- update to 0.66
  * Fix a segmentation fault with strcat and no string limit
  * Patch to support @ and ~ in names
  * Patch to expand macro size limit

OBS-URL: https://build.opensuse.org/request/show/144902
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-BibTeX?expand=0&rev=5
2012-12-10 09:50:59 +00:00

12 lines
378 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/) {
$libdir =~ s/\bbin\b/lib64/;
if (!-d $libdir) {
my $test = $libdir;