We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@TAAPArthur: rkd77/elinks#191
A fix on our end could be to manually set HAVE_EXECINFO=no, or
HAVE_EXECINFO=no
if kiss l libexecinfo >/dev/null 2>&1; then sed '/^LIBS /s/$/ -lexecinfo/' Makefile.config >_ mv _ Makefile.config fi
The text was updated successfully, but these errors were encountered:
Personally dislike the check if a packaged is installed hack.
I think I'm fine with just setting HAVE_EXECINFO=no in the build file if that solves the problem. Feel free to open a PR that does that.
Sorry, something went wrong.
7eddbf4
elinks: fix build error if libexecinfo is installed (kiss-community#1277
f124750
) closes kiss-community#1269 Co-authored-by: phoebos <ben@bvnf.space> Reviewed-on: https://codeberg.org/kiss-community/community/pulls/1277 Co-authored-by: phoebos <phoebos@noreply.codeberg.org> Co-committed-by: phoebos <phoebos@noreply.codeberg.org>
No branches or pull requests
@TAAPArthur: rkd77/elinks#191
A fix on our end could be to manually set
HAVE_EXECINFO=no
, orThe text was updated successfully, but these errors were encountered: