From c03d5d4bfc92e48ea1781db82a29f33b2a69f151 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Mon, 23 Apr 2018 21:47:50 +0200 Subject: fixed for OSX 10.8.0 using MacPorts --- src/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/GNUmakefile') diff --git a/src/GNUmakefile b/src/GNUmakefile index 9ae594c..440c56f 100644 --- a/src/GNUmakefile +++ b/src/GNUmakefile @@ -26,7 +26,7 @@ biruda: biruda.o biruda_cmdline.o master.o coordinator.o worker.o system.o webse $(CC) -o $@ $(LDFLAGS) $^ $(LIBS) birudaenv: birudaenv.c system.c - $(CC) -static -o $@ $^ + $(CC) -o $@ $^ biruda_cmdline.o: biruda_cmdline.c biruda.o: biruda.c biruda_cmdline.h master.h coordinator.h worker.h port.h system.h webserver.h 3rdParty/linenoise/linenoise.h cli.h biruda_conf.c -- cgit v1.2.3-54-g00ecf