From: martin.holst@gmail.com <martin.holst@gmail.com@ef4ab9da-24cd-11de-8aaa-f3a34680c41f>
Date: Sun, 1 Sep 2013 20:22:22 +0000 (+0000)
Subject: Fixed some kind of of linking error
X-Git-Tag: v1.0.0~80^2~6
X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/500c97291455ae56b0e3a7955ae9142e49afabb9?ds=inline;hp=cda2a4c0a5e9b9e2a373aeb822111237ff9ec710

Fixed some kind of of linking error
---

diff --git a/client/Makefile b/client/Makefile
index b7376c92..59b4b093 100644
--- a/client/Makefile
+++ b/client/Makefile
@@ -13,7 +13,7 @@ CXX=g++
 VPATH = ../common
 OBJDIR = obj
 
-LDLIBS = -L/opt/local/lib -L/usr/local/lib -lreadline -lpthread ../liblua/liblua.a
+LDLIBS = -L/opt/local/lib -L/usr/local/lib -lreadline -lpthread ../liblua/liblua.a -ldl
 LDFLAGS = $(COMMON_FLAGS)
 CFLAGS = -std=c99 -I. -I../include -I../common -I/opt/local/include -I../liblua -Wall -Wno-unused-function $(COMMON_FLAGS) -g -O4 
 LUAPLATFORM = generic