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

Fix bundled wxWidgets build on OpenSUSE #2685

Merged
merged 1 commit into from
Feb 2, 2025

Conversation

swt2c
Copy link
Collaborator

@swt2c swt2c commented Feb 2, 2025

OpenSUSE has defined its libdir to be 'lib64', which is mismatched with wxWidgets' in-place wx-config, which expects 'lib.' Work around this by unsetting the CONFIG_SITE envvar (which enables the OpenSUSE customizations) when configuring wxWidgets.

Fixes: #558
Fixes: #1067
Fixes: #2422
Fixes: #2532

OpenSUSE has defined its libdir to be 'lib64', which is mismatched with
wxWidgets' in-place wx-config, which expects 'lib.'  Work around this by
unsetting the CONFIG_SITE envvar (which enables the OpenSUSE customizations)
when configuring wxWidgets.

Fixes: wxWidgets#558
Fixes: wxWidgets#1067
Fixes: wxWidgets#2422
Fixes: wxWidgets#2532
@swt2c swt2c merged commit 5abeba2 into wxWidgets:master Feb 2, 2025
13 checks passed
@swt2c swt2c deleted the fix_opensuse_wx_build branch February 2, 2025 16:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant