aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-02-03 07:33:56 -0800
committerGravatar Craig Tiller <ctiller@google.com>2016-02-03 07:33:56 -0800
commit1b1e23825966d6e8cfe5b07edcd56dfa71a1d972 (patch)
treed670b677a89b4f0306634acc60cec89428e36ef7 /Makefile
parent2bf5169f6440375c677e6ae3d3e3de6976becce1 (diff)
Better dynamic linking
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f186416186..ba928aebd6 100644
--- a/Makefile
+++ b/Makefile
@@ -340,7 +340,7 @@ endif
endif
ifeq ($(SYSTEM),Linux)
-LIBS = rt m pthread
+LIBS = dl rt m pthread
LDFLAGS += -pthread
endif