From: martin.holst@gmail.com Date: Fri, 20 Sep 2013 10:11:17 +0000 (+0000) Subject: Fixed error from r769 where I added -ldl switch for linux, but still forgot to remove... X-Git-Tag: v1.0.0~78 X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/427cdbe2cd097b09ae6aee2bf707b68e056aaf45 Fixed error from r769 where I added -ldl switch for linux, but still forgot to remove it for others... --- diff --git a/client/Makefile b/client/Makefile index 00da26a9..3967360a 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 -ldl +LDLIBS = -L/opt/local/lib -L/usr/local/lib -lreadline -lpthread ../liblua/liblua.a 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