Re: tsearch build on win32
Re: tsearch build on win32
От:
Tom Lane <tgl@sss.pgh.pa.us>
Дата:
"Magnus Hagander" writes: > This patch fixes the tsearch build problems reported by Andrew Dunstan. Applied. regards, tom lane
Re: tsearch build on win32
От:
Andrew Dunstan <andrew@dunslane.net>
Дата:
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
tsearch build on win32
От:
"Magnus Hagander" <mha@sollentuna.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