pgsql: Fix meson build of snowball code. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Fix meson build of snowball code.
Date
Msg-id E1vcsUE-004iG1-1Z@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix meson build of snowball code.

include/snowball/libstemmer has to be in the -I search path,
as it is in the autoconf build.  It's not apparent to me how
this ever worked before, nor why my recent commit made it
stop working.

Discussion: https://postgr.es/m/ld2iurl7kzexwydxmdfhdgarpa7xxsfrgvggqhbblt4rvt3h6t@bxsk6oz5x7cc

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/b85d5dc0e7e9d0857aaf4ba712fc2186e7684e5f

Modified Files
--------------
src/backend/snowball/meson.build | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Update to latest Snowball sources.
Next
From: Jelte Fennema-Nio
Date:
Subject: Re: pgsql: Update to latest Snowball sources.