fix postgresql on win
Change-Id: I2c43441563cfb1237e6b2eaafe0acfaa5e952cde
This commit is contained in:
@@ -29,6 +29,7 @@ $(eval $(call gb_UnpackedTarball_fix_end_of_line,openssl,\
|
||||
include/openssl/ec.h \
|
||||
include/openssl/ecdh.h \
|
||||
include/openssl/ecdsa.h \
|
||||
include/openssl/engine.h \
|
||||
include/openssl/err.h \
|
||||
include/openssl/evp.h \
|
||||
include/openssl/hmac.h \
|
||||
@@ -57,6 +58,7 @@ $(eval $(call gb_UnpackedTarball_fix_end_of_line,openssl,\
|
||||
include/openssl/ssl23.h \
|
||||
include/openssl/ssl3.h \
|
||||
include/openssl/stack.h \
|
||||
include/openssl/store.h \
|
||||
include/openssl/symhacks.h \
|
||||
include/openssl/tls1.h \
|
||||
include/openssl/ui.h \
|
||||
|
@@ -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 \
|
||||
|
Reference in New Issue
Block a user