From 6a98174f5dcba08c7969349ae6ccb36f71c25084 Mon Sep 17 00:00:00 2001 From: d33tah Date: Mon, 8 Jul 2013 16:58:42 +0000 Subject: [PATCH] reverting r31265 - kept breaking the build on FreeBSD. --- ncat/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ncat/Makefile.in b/ncat/Makefile.in index 91edacbc1..3de9fdcc9 100644 --- a/ncat/Makefile.in +++ b/ncat/Makefile.in @@ -85,7 +85,7 @@ endif ifneq ($(HAVE_LUA),) LUA_SRCS = ncat_lua.c LUA_OBJS = ncat_lua.o -LUA_LIBS = @LIBLUA_LIBS@ -lm -ldl +LUA_LIBS = @LIBLUA_LIBS@ -lm LUA_CFLAGS += -DHAVE_LUA=1 -I../liblua else LUA_SRCS =