From 56a1ef63e7f2628ad92a5040b3acae64cd99b56a Mon Sep 17 00:00:00 2001 From: Puck Meerburg Date: Sat, 10 Mar 2018 20:44:09 +0100 Subject: Add Haiku support --- make/template/main.mk | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'make/template') diff --git a/make/template/main.mk b/make/template/main.mk index 346989086..f3f2c3cc5 100644 --- a/make/template/main.mk +++ b/make/template/main.mk @@ -81,6 +81,11 @@ ifeq ($(SYSTEM), darwin) CORELDFLAGS = -dynamic -bind_at_load -L. PICLDFLAGS = -fPIC -shared -twolevel_namespace -undefined dynamic_lookup endif +ifeq ($(SYSTEM), haiku) + LDLIBS = -lnetwork -lstdc++ + CORELDFLAGS = -L. + PICLDFLAGS = -fPIC -shared +endif ifndef INSPIRCD_DEBUG INSPIRCD_DEBUG=0 -- cgit v1.2.3