mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-08 16:21:32 +00:00
fix Solaris/Illumos build
This commit is contained in:
parent
e26c173041
commit
e30c20cd28
@ -102,7 +102,7 @@ endif
|
|||||||
|
|
||||||
ifeq "$(SYS)" "SunOS"
|
ifeq "$(SYS)" "SunOS"
|
||||||
CFLAGS_OPT += -Wno-format-truncation
|
CFLAGS_OPT += -Wno-format-truncation
|
||||||
LDFLAGS = -lkstat -lrt
|
LDFLAGS = -lkstat -lrt -lsocket -lnsl
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifdef STATIC
|
ifdef STATIC
|
||||||
|
Loading…
x
Reference in New Issue
Block a user