aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates
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 /templates
parent2bf5169f6440375c677e6ae3d3e3de6976becce1 (diff)
Better dynamic linking
Diffstat (limited to 'templates')
-rw-r--r--templates/Makefile.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/Makefile.template b/templates/Makefile.template
index a3d3780449..dee6761fcc 100644
--- a/templates/Makefile.template
+++ b/templates/Makefile.template
@@ -253,7 +253,7 @@
endif
ifeq ($(SYSTEM),Linux)
- LIBS = rt m pthread
+ LIBS = dl rt m pthread
LDFLAGS += -pthread
endif