Skip to content

Commit 2bc7eac

Browse files
committed
[PG10]: Updated perl patch #2
1 parent 81511fe commit 2bc7eac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

patches/postgresql/10/perl524.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
diff -Naur postgresql-10.1.orig/src/tools/msvc/Mkvcbuild.pm postgresql-10.1/src/tools/msvc/Mkvcbuild.pm
22
--- postgresql-10.1.orig/src/tools/msvc/Mkvcbuild.pm 2017-12-06 19:40:59.694628794 +0300
3-
+++ postgresql-10.1/src/tools/msvc/Mkvcbuild.pm 2017-12-06 20:12:48.681777210 +0300
3+
+++ postgresql-10.1/src/tools/msvc/Mkvcbuild.pm 2017-12-06 20:27:23.879553458 +0300
44
@@ -615,9 +615,9 @@
55
}
66
}
77
$plperl->AddReference($postgres);
88
- my $perl_path = $solution->{options}->{perl} . '\lib\CORE\perl*.lib';
9-
+ my $perl_path = $solution->{options}->{perl} . '\lib\CORE\perl*.*';
9+
+ my $perl_path = $solution->{options}->{perl} . '\lib\CORE\*perl*.*';
1010
my @perl_libs =
1111
- grep { /perl\d+.lib$/ } glob($perl_path);
1212
+ grep { /perl\d+.(lib|a)$/ } glob($perl_path);

0 commit comments

Comments
 (0)