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

configure: Use macros earlier #3

Open
wants to merge 1 commit into
base: trunk
Choose a base branch
from
Open

Conversation

orbea
Copy link

@orbea orbea commented Jun 21, 2022

When building with slibtool using the rlibtool symlink the build will
fail because it doesn't find the generated libtool. This is required so
rlibtool can determine if its a shared or static build.

This can be fixed easily by using LT_INIT earlier before AC_OUTPUT.
Generally these should be used near the top of configure.ac.

Gentoo Bug: https://bugs.gentoo.org/783492

When building with slibtool using the rlibtool symlink the build will
fail because it doesn't find the generated libtool. This is required so
rlibtool can determine if its a shared or static build.

This can be fixed easily by using LT_INIT earlier before AC_OUTPUT.
Generally these should be used near the top of configure.ac.

Gentoo Bug: https://bugs.gentoo.org/783492
orbea added a commit to orbea/gentoo that referenced this pull request Jun 21, 2022
gentoo-bot pushed a commit to gentoo/gentoo that referenced this pull request Jun 21, 2022
Closes: https://bugs.gentoo.org/783492
Upstream-PR: jmccrohan/lcd4linux#3
Signed-off-by: orbea <orbea@riseup.net>
Closes: #26013
Signed-off-by: Sam James <sam@gentoo.org>
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.

None yet

1 participant