about summary refs log tree commit diff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2021-04-05 14:01:40 +0200
committerGitHub <noreply@github.com>2021-04-05 14:01:40 +0200
commit201d82ae0d252d995204a9f8c14570baf0f84d46 (patch)
tree55e6e9832f4fc4e74b65c711d4c269054e9a9293 /GNUmakefile
parent3c846859eef4d17d2587ea28db83c680b51723a7 (diff)
parent43b1a0d46bd7fb55e2baeadd5d105e60aecdee9c (diff)
downloadafl++-201d82ae0d252d995204a9f8c14570baf0f84d46.tar.gz
Merge pull request #857 from Begasus/haiku
Fix Haiku references, no <sys/syscall.h> and missing defines for USEMMAP
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index d5fb570d..76a698a4 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -168,7 +168,7 @@ endif
 ifeq "$(SYS)" "Haiku"
   SHMAT_OK=0
   override CFLAGS  += -DUSEMMAP=1 -Wno-error=format -fPIC
-  LDFLAGS += -Wno-deprecated-declarations -lgnu
+  LDFLAGS += -Wno-deprecated-declarations -lgnu -lnetwork
   SPECIAL_PERFORMANCE += -DUSEMMAP=1
 endif