Thread: tsearch build on win32

tsearch build on win32

From
"Magnus Hagander"
Date:
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


Attachment

Re: tsearch build on win32

From
Andrew Dunstan
Date:

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

Re: tsearch build on win32

From
Tom Lane
Date:
"Magnus Hagander" <mha@sollentuna.net> writes:
> This patch fixes the tsearch build problems reported by Andrew Dunstan.

Applied.

            regards, tom lane