Skip to content

Do not hard-code libstemmer include directories. - #785

Closed
apteryks wants to merge 1 commit into
ximion:mainfrom
apteryks:remove-hard-coded-libstemmer-include-dir
Closed

Do not hard-code libstemmer include directories.#785
apteryks wants to merge 1 commit into
ximion:mainfrom
apteryks:remove-hard-coded-libstemmer-include-dir

Conversation

@apteryks

@apteryks apteryks commented Sep 2, 2026

Copy link
Copy Markdown

Instead, assume libstemmer.h is already available on the include path
of the compiler, else point a user to a new libstemmer_include_dir option.

Fixes: #569

Instead, assume libstemmer.h is already available on the include path
of the compiler, else point a user to a new `libstemmer_include_dir' option.

Fixes: ximion#569
@ximion

ximion commented Sep 4, 2026

Copy link
Copy Markdown
Owner

I solved this slightly differently, but thank you for the patch! Try Git master, that should work to resolve the issue.

@ximion ximion closed this Sep 4, 2026
@apteryks

apteryks commented Sep 5, 2026

Copy link
Copy Markdown
Author

I just tried it, it works too! Thank you for the fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Don't hardcode /usr/include in meson.build

2 participants