tsearch build on win32

Started by Magnus Haganderalmost 22 years ago3 messagespatches
Jump to latest
#1Magnus Hagander
magnus@hagander.net

This patch fixes the tsearch build problems reported by Andrew Dunstan.

I have confirmed that stop words work as expected now, so the fix that
broke this part also works.

If possible, please apply before beta-4.

//Magnus

Attachments:

tsearch_win32build.patchapplication/octet-stream; name=tsearch_win32build.patchDownload+6-2
#2Andrew Dunstan
andrew@dunslane.net
In reply to: Magnus Hagander (#1)
Re: tsearch build on win32

Magnus Hagander wrote:

This patch fixes the tsearch build problems reported by Andrew Dunstan.

...

+ ifneq (,$(findstring timezone,$(subdir)))
+ override CPPFLAGS+= -DBUILDING_DLL
+ endif

That's all it took extra? Wow - easy when you know how! ;-)

Thanks, Magnus.

cheers

andrew

#3Tom Lane
tgl@sss.pgh.pa.us
In reply to: Magnus Hagander (#1)
Re: tsearch build on win32

"Magnus Hagander" <mha@sollentuna.net> writes:

This patch fixes the tsearch build problems reported by Andrew Dunstan.

Applied.

regards, tom lane