Обсуждение: pgsql: Fix meson build of snowball code.

Поиск
Список
Период
Сортировка

pgsql: Fix meson build of snowball code.

От
Tom Lane
Дата:
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(-)