Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b91465d

Browse files
committed
Trying to fix 9.5.1 1C patches
1 parent ebf3459 commit b91465d

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

patches/postgresql/9.5.1/65-1c_FULL_95-0.23.1

+7-6
Original file line numberDiff line numberDiff line change
@@ -9156,10 +9156,11 @@ index 21faa58..3aabd57 100644
91569156
{ 'tsearch2' => ['contrib/tsearch2'], 'dblink' => ['src/backend'] };
91579157
my $contrib_extrasource = {
91589158
@@ -58,6 +58,7 @@ my $frontend_extralibs = {
9159-
'initdb' => ['ws2_32.lib'],
9160-
'pg_restore' => ['ws2_32.lib'],
9161-
'pgbench' => ['ws2_32.lib'],
9162-
+ 'mchar' => ['icuin.lib', 'icuuc.lib'],
9163-
'psql' => ['ws2_32.lib'] };
9159+
'initdb' => ['ws2_32.lib'],
9160+
'pg_restore' => ['ws2_32.lib'],
9161+
'pgbench' => ['ws2_32.lib'],
9162+
+ 'mchar' => ['icuin.lib', 'icuuc.lib'],
9163+
'psql' => ['ws2_32.lib'] };
9164+
my $contrib_extralibs = { 'pgbench' => ['wsock32.lib'], 'mchar' => ['icuin.lib', 'icuuc.lib'] };
91649165
my $frontend_extraincludes = {
9165-
'initdb' => ['src/timezone'],
9166+
'initdb' => ['src/timezone'],

0 commit comments

Comments
 (0)