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

Build fails on FreeBSD since -lresolv is not needed #21

Open
yzgyyang opened this issue Jan 14, 2022 · 0 comments
Open

Build fails on FreeBSD since -lresolv is not needed #21

yzgyyang opened this issue Jan 14, 2022 · 0 comments
Labels
bug an unexpected problem or unintended behavior

Comments

@yzgyyang
Copy link

yzgyyang commented Jan 14, 2022

-lresolv is not needed for FreeBSD since it is in libc. So,

PKG_LIBS = -lresolv
will raise an error during build. To fix it, just an empty PKG_LIBS would work, but I do not know Makevars enough to have a platform-specific fix there.

@yzgyyang yzgyyang changed the title Build fails on FreeBSD since -lresolv` Build fails on FreeBSD since -lresolv is not needed Jan 14, 2022
@gaborcsardi gaborcsardi added the bug an unexpected problem or unintended behavior label Jan 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug an unexpected problem or unintended behavior
Projects
None yet
Development

No branches or pull requests

2 participants