From 44b79db4b8bc3adc9e9df49c44cfe55ad1e1a259 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Mon, 3 Nov 2014 16:15:26 -0800 Subject: Changing LIBS in Makefie. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8ab9d450..7fe51673 100644 --- a/Makefile +++ b/Makefile @@ -67,7 +67,7 @@ endif endif # LIBS := -ldl -lrt -LIBS := -ldl +LIBS += -ldl ifneq ($(findstring Darwin, $(shell uname)), Darwin) LIBS += -lrt endif -- cgit v1.2.3