diff options
author | van Hauser <vh@thc.org> | 2022-12-20 10:04:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-20 10:04:03 +0100 |
commit | 195bf87f187a33fa176993d5c4e400ad53369cfa (patch) | |
tree | aca3e8076069f244df87bfe4844a0a85372edce3 | |
parent | e26c173041b185d7ea37aa923cca3ec4aed51b1b (diff) | |
parent | e30c20cd28786a75ce195fb672bd7dd190690f01 (diff) | |
download | afl++-195bf87f187a33fa176993d5c4e400ad53369cfa.tar.gz |
Merge pull request #1603 from devnexen/solaris_fuzz_run_fix
fix Solaris/Illumos build
-rw-r--r-- | GNUmakefile | 2 |
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 |