summaryrefslogtreecommitdiff
path: root/Makefile.linux
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2013-07-25 15:19:35 -0400
committerAdam Ierymenko <adam.ierymenko@gmail.com>2013-07-25 15:19:35 -0400
commitaf8fcac0fcfd64600a442dc4d633601e29e611ea (patch)
treeead0de58b5102b16ada60424917440b51745478d /Makefile.linux
parent9cf734b74a750b8af0c628809c16be57eef1ff21 (diff)
downloadinfinitytier-af8fcac0fcfd64600a442dc4d633601e29e611ea.tar.gz
infinitytier-af8fcac0fcfd64600a442dc4d633601e29e611ea.zip
RPC infrastructure work in progress.
Diffstat (limited to 'Makefile.linux')
-rw-r--r--Makefile.linux2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.linux b/Makefile.linux
index 77327282..21fc615c 100644
--- a/Makefile.linux
+++ b/Makefile.linux
@@ -20,7 +20,7 @@ CXXFLAGS=$(CFLAGS) -fno-rtti
# separate binaries for the RedHat and Debian universes to distribute via
# auto-update. This way we get one Linux binary for all systems of a given
# architecture.
-LIBS=ext/bin/libcrypto/linux-$(ARCH)/libcrypto.a
+LIBS=ext/bin/libcrypto/linux-$(ARCH)/libcrypto.a -ldl
include objects.mk