about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbegasus <begasus@gmail.com>2021-04-04 19:25:04 +0000
committerbegasus <begasus@gmail.com>2021-04-04 19:25:04 +0000
commit96b743094dc5a158b8588c4bdf58057161a99e8e (patch)
treeff32f8e2c5df6544ff0d928999d1a22c33017882
parent845c584b9cee7092772305912508b825155142fa (diff)
downloadafl++-96b743094dc5a158b8588c4bdf58057161a99e8e.tar.gz
Add -lnetwork to dependencies for Haiku
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index ac8fe796..542097a3 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -164,7 +164,7 @@ endif
 ifeq "$(shell uname -s)" "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