pgxs patch for win32 (v2)
Dear patchers,
please find attached a very small patch which:
- install win32 headers on "make install"
- install libpostgres.a library under win32 by default (MAKE_DLL=true)
- fix CPPFLAGS under win32 to look for these added header under PGXS
it was tested by Thomas Hallgren to build PL/Java with pgxs.
it may interfere a little bit with Alvaro's patch about
the now useless "remove-all-headers" target in src/include/Makefile
still open question:
- should the MAKE_DLL macro be set by default under cygwin?
- what is the rationnal for this macro? is it still needed?
Have a nice day,
--
Fabien Coelho - coelho@cri.ensmp.fr
Attachments:
make-win32.patchtext/plain; CHARSET=US-ASCII; NAME=make-win32.patchDownload+14-3
Fabien COELHO <coelho@cri.ensmp.fr> writes:
please find attached a very small patch which:
- install win32 headers on "make install"
- install libpostgres.a library under win32 by default (MAKE_DLL=true)
- fix CPPFLAGS under win32 to look for these added header under PGXS
Applied.
regards, tom lane
Tom Lane wrote:
Fabien COELHO <coelho@cri.ensmp.fr> writes:
please find attached a very small patch which:
- install win32 headers on "make install"
- install libpostgres.a library under win32 by default (MAKE_DLL=true)
- fix CPPFLAGS under win32 to look for these added header under PGXSApplied.
Works like a charm.
Thanks,
Thomas Hallgren