Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enchant: 64-bit version should not look at 32-bit modules #3994

Merged
merged 1 commit into from Feb 16, 2018

Conversation

@alarcher
Copy link
Contributor

alarcher commented Feb 14, 2018

Using pluma as 64-bit I found out that enchant tries to load 32-bit modules.
There is a piece of code that unconditionally appends /usr/lib/enchant to the list of module paths.
Since ENCHANT_GLOBAL_MODULE_DIR is already specified there is no need to do so.

I should mention that in the 32-bit case the module directory was appended twice.

@alarcher alarcher requested a review from pyhalov Feb 14, 2018
@pyhalov
Copy link
Contributor

pyhalov commented Feb 16, 2018

Seems to be a correct fix. However, why do we need to introduce libexecdir, when we can use libdir for this purpose?

@alarcher alarcher merged commit 422921c into OpenIndiana:oi/hipster Feb 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants
You can’t perform that action at this time.