We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebf3459 commit b91465dCopy full SHA for b91465d
patches/postgresql/9.5.1/65-1c_FULL_95-0.23.1
@@ -9156,10 +9156,11 @@ index 21faa58..3aabd57 100644
9156
{ 'tsearch2' => ['contrib/tsearch2'], 'dblink' => ['src/backend'] };
9157
my $contrib_extrasource = {
9158
@@ -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'] };
+ 'initdb' => ['ws2_32.lib'],
+ 'pg_restore' => ['ws2_32.lib'],
+ 'pgbench' => ['ws2_32.lib'],
++ 'mchar' => ['icuin.lib', 'icuuc.lib'],
+ 'psql' => ['ws2_32.lib'] };
9164
+ my $contrib_extralibs = { 'pgbench' => ['wsock32.lib'], 'mchar' => ['icuin.lib', 'icuuc.lib'] };
9165
my $frontend_extraincludes = {
- 'initdb' => ['src/timezone'],
9166
+ 'initdb' => ['src/timezone'],
0 commit comments