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

elinks fails to link if libexecinfo is installed #1269

Closed
aabacchus opened this issue Sep 21, 2022 · 1 comment
Closed

elinks fails to link if libexecinfo is installed #1269

aabacchus opened this issue Sep 21, 2022 · 1 comment

Comments

@aabacchus
Copy link
Member

@TAAPArthur: rkd77/elinks#191

A fix on our end could be to manually set HAVE_EXECINFO=no, or

if kiss l libexecinfo >/dev/null 2>&1; then
    sed '/^LIBS /s/$/ -lexecinfo/' Makefile.config >_
    mv _ Makefile.config
fi
@TAAPArthur
Copy link

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.

Mederim pushed a commit to Mederim/kiss-community that referenced this issue Oct 11, 2022
)

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>
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

No branches or pull requests

2 participants