projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4cd3b1c
)
Fix the MSVC build process for uuid-ossp.
author
Noah Misch
<noah@leadboat.com>
Wed, 18 Jun 2014 13:21:50 +0000
(09:21 -0400)
committer
Noah Misch
<noah@leadboat.com>
Wed, 18 Jun 2014 13:21:50 +0000
(09:21 -0400)
Catch up with commit
b8cc8f94730610c0189aa82dfec4ae6ce9b13e34
's
introduction of the HAVE_UUID_OSSP symbol to the principal build
process. Back-patch to 9.4, where that commit appeared.
src/tools/msvc/Solution.pm
patch
|
blob
|
blame
|
history
diff --git
a/src/tools/msvc/Solution.pm
b/src/tools/msvc/Solution.pm
index c0d7f38b6c009c0be3827d4832420ed52af1b59e..f7a5abbd6af73682a6d7a821b516b7bcba059aaf 100644
(file)
--- a/
src/tools/msvc/Solution.pm
+++ b/
src/tools/msvc/Solution.pm
@@
-214,6
+214,7
@@
s{PG_VERSION_STR "[^"]+"}{__STRINGIFY(x) #x\n#define __STRINGIFY2(z) __STRINGIFY
if ($self->{options}->{uuid})
{
+ print O "#define HAVE_UUID_OSSP\n";
print O "#define HAVE_UUID_H\n";
}
if ($self->{options}->{xml})