pingr icon indicating copy to clipboard operation
pingr copied to clipboard

Build fails on FreeBSD since `-lresolv` is not needed

Open yzgyyang opened this issue 2 years ago • 0 comments

-lresolv is not needed for FreeBSD since it is in libc. So, https://github.com/r-lib/pingr/blob/bfe03f4c34945c50a856a7c4844f642fb310193d/src/Makevars#L1 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 avatar Jan 14 '22 11:01 yzgyyang