tsearch build on win32
Started by Magnus Haganderalmost 22 years ago3 messagespatches
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
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