summaryrefslogtreecommitdiff
path: root/Makefile.linux
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2013-07-29 13:56:20 -0400
committerAdam Ierymenko <adam.ierymenko@gmail.com>2013-07-29 13:56:20 -0400
commita53cfc909638ea9eeb2bd477cee20d106f79bf6d (patch)
treecbac1b06e6cbf1a88868cb6da06c347bb8561880 /Makefile.linux
parente7b515c86c34e2805e136152a2719bc6ad86e46f (diff)
downloadinfinitytier-a53cfc909638ea9eeb2bd477cee20d106f79bf6d.tar.gz
infinitytier-a53cfc909638ea9eeb2bd477cee20d106f79bf6d.zip
Network membership certificate work in progress... does not build yet.
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 9cb86305..bc77db4e 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 -ldl
+LIBS=ext/bin/libcrypto/linux-$(ARCH)/libcrypto.a -lm
include objects.mk