pgxs patch for win32 (v2)

Поиск
Список
Период
Сортировка
От Fabien COELHO
Тема pgxs patch for win32 (v2)
Дата
Msg-id Pine.LNX.4.61.0411080816030.4884@sablons.cri.ensmp.fr
обсуждение исходный текст
Ответы Re: pgxs patch for win32 (v2)
Список pgsql-patches
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

Вложения

В списке pgsql-patches по дате отправления:

Предыдущее
От: John Hansen
Дата:
Сообщение: Re: calling currval() before nextval() patch adding currval_isset()
Следующее
От: Reini Urban
Дата:
Сообщение: Re: [HACKERS] cygwin build failure