提交 45b90ef5 编写于 作者: D Danek Duvall

Some tests use `res_init()` and need `-lresolv` on Solaris

This is a follow-up to ea23e50f, which fixed it for the build.
上级 9427bb36
......@@ -82,7 +82,7 @@ ifeq ($(UNAME),Bitrig)
EXTRACXXFLAGS := -lc++ -lc++abi
else
ifeq ($(UNAME),SunOS)
EXTRACFLAGS := -lm -lpthread -lposix4 -lsocket
EXTRACFLAGS := -lm -lpthread -lposix4 -lsocket -lresolv
else
ifeq ($(UNAME),OpenBSD)
EXTRACFLAGS := -lm -lpthread
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册