From 96b743094dc5a158b8588c4bdf58057161a99e8e Mon Sep 17 00:00:00 2001 From: begasus Date: Sun, 4 Apr 2021 19:25:04 +0000 Subject: Add -lnetwork to dependencies for Haiku --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GNUmakefile') 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 -- cgit 1.4.1