Skip to content

Commit 45b90ef

Browse files
author
Danek Duvall
committed
Some tests use res_init() and need -lresolv on Solaris
This is a follow-up to ea23e50, which fixed it for the build.
1 parent 9427bb3 commit 45b90ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/run-make/tools.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ ifeq ($(UNAME),Bitrig)
8282
EXTRACXXFLAGS := -lc++ -lc++abi
8383
else
8484
ifeq ($(UNAME),SunOS)
85-
EXTRACFLAGS := -lm -lpthread -lposix4 -lsocket
85+
EXTRACFLAGS := -lm -lpthread -lposix4 -lsocket -lresolv
8686
else
8787
ifeq ($(UNAME),OpenBSD)
8888
EXTRACFLAGS := -lm -lpthread

0 commit comments

Comments
 (0)