From e30c20cd28786a75ce195fb672bd7dd190690f01 Mon Sep 17 00:00:00 2001 From: David Carlier Date: Fri, 16 Dec 2022 20:44:49 +0000 Subject: [PATCH] fix Solaris/Illumos build --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 56013660..6b55635f 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -102,7 +102,7 @@ endif ifeq "$(SYS)" "SunOS" CFLAGS_OPT += -Wno-format-truncation - LDFLAGS = -lkstat -lrt + LDFLAGS = -lkstat -lrt -lsocket -lnsl endif ifdef STATIC