Kaydet (Commit) f9735c65 authored tarafından Peter Foley's avatar Peter Foley

fix postgresql on win

Change-Id: I15da34e09b74d9b97b64327ab46282c4f33e4118
üst 5e568278
......@@ -16,10 +16,6 @@ $(eval $(call gb_ExternalPackage_add_unpacked_files,postgresql,inc/postgresql,\
src/interfaces/libpq/libpq-fe.h \
))
$(eval $(call gb_ExternalPackage_add_files,postgresql,inc/postgresql,\
src/interfaces/libpq/libpq-flags.mk \
))
ifeq ($(OS),WNT)
$(eval $(call gb_ExternalPackage_add_files,postgresql,lib,\
src/interfaces/libpq/libpq.lib \
......@@ -28,5 +24,8 @@ else
$(eval $(call gb_ExternalPackage_add_files,postgresql,lib,\
src/interfaces/libpq/libpq.a \
))
$(eval $(call gb_ExternalPackage_add_files,postgresql,inc/postgresql,\
src/interfaces/libpq/libpq-flags.mk \
))
endif
# vim: set noet sw=4 ts=4:
......@@ -19,7 +19,8 @@ ifeq ($(OS)$(COM),WNTMSC)
$(call gb_ExternalProject_get_state_target,postgresql,build) :
cd $(EXTERNAL_WORKDIR)/src \
&& nmake -f win32.mk USE_SSL=1 USE_LDAP=1 USE_MICROSOFT_LDAP=1 \
&& unset MAKEFLAGS \
&& nmake -f win32.mak USE_SSL=1 USE_LDAP=1 \
&& touch $@
else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment