diff options
author | Peter Foley <pefoley2@verizon.net> | 2012-12-31 17:03:07 -0500 |
---|---|---|
committer | Peter Foley <pefoley2@verizon.net> | 2012-12-31 17:03:07 -0500 |
commit | c97a46ad210c4747af2309d0c75d9a0bdb642ed4 (patch) | |
tree | 2b4bfd2bbef907b3a5344f90d9c2cc11c08e195b /postgresql/postgresql-9.2.1-libreoffice.patch | |
parent | 120553e5585b7a6efef796d0b4e5f7159979ead9 (diff) |
fix postgresql on win
Change-Id: I2c43441563cfb1237e6b2eaafe0acfaa5e952cde
Diffstat (limited to 'postgresql/postgresql-9.2.1-libreoffice.patch')
-rw-r--r-- | postgresql/postgresql-9.2.1-libreoffice.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/postgresql/postgresql-9.2.1-libreoffice.patch b/postgresql/postgresql-9.2.1-libreoffice.patch index e1f1308a0c30..87d3da716644 100644 --- a/postgresql/postgresql-9.2.1-libreoffice.patch +++ b/postgresql/postgresql-9.2.1-libreoffice.patch @@ -84,7 +84,7 @@ if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" -CPP_PROJ=/nologo /W3 /EHsc $(OPT) /I "..\..\include" /I "..\..\include\port\win32" /I "..\..\include\port\win32_msvc" /I "..\..\port" /I. /I "$(SSL_INC)" \ -+CPP_PROJ=/nologo /W3 /EHsc $(OPT) /I "..\..\include" /I "..\..\include\port\win32" /I "..\..\include\port\win32_msvc" /I "..\..\port" /I. $(SOLARINC) \ ++CPP_PROJ=/nologo /W3 /EHsc $(OPT) /I "..\..\include" /I "..\..\include\port\win32" /I "..\..\include\port\win32_msvc" /I "..\..\port" /I. $(SOLARINC) /I $(WORKDIR)/UnpackedTarball/openssl/include \ /D "FRONTEND" $(DEBUGDEF) \ /D "WIN32" /D "_WINDOWS" /Fp"$(INTDIR)\libpq.pch" \ /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c \ |