mirror of
https://github.com/nmap/nmap.git
synced 2026-09-13 06:58:24 +00:00
reverting r31265 - kept breaking the build on FreeBSD.
This commit is contained in:
parent
742f438b3b
commit
6a98174f5d
1 changed files with 1 additions and 1 deletions
|
|
@ -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 =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue