about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDavid Carlier <devnexen@gmail.com>2022-12-16 20:44:49 +0000
committerDavid Carlier <devnexen@gmail.com>2022-12-16 20:44:49 +0000
commite30c20cd28786a75ce195fb672bd7dd190690f01 (patch)
treeaca3e8076069f244df87bfe4844a0a85372edce3
parente26c173041b185d7ea37aa923cca3ec4aed51b1b (diff)
downloadafl++-e30c20cd28786a75ce195fb672bd7dd190690f01.tar.gz
fix Solaris/Illumos build
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
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