
Nmap Development mailing list archives
Re: [nmap-svn] r31265 - nmap/ncat
From: Jacek Wielemborek <wielemborekj1 () gmail com>
Date: Sun, 7 Jul 2013 23:51:34 +0200
My friend just told me that -ldl breaks the build on FreeBSD. I'm looking into a portable solution to this problem. 2013/7/5 <commit-mailer () nmap org>:
Author: dmiller Date: Fri Jul 5 16:25:33 2013 New Revision: 31265 Log: Fix linking error with Ncat by adding -ldl Modified: nmap/ncat/Makefile.in Modified: nmap/ncat/Makefile.in ============================================================================== --- nmap/ncat/Makefile.in (original) +++ nmap/ncat/Makefile.in Fri Jul 5 16:25:33 2013 @@ -85,7 +85,7 @@ ifneq ($(HAVE_LUA),) LUA_SRCS = ncat_lua.c LUA_OBJS = ncat_lua.o -LUA_LIBS = @LIBLUA_LIBS@ -lm +LUA_LIBS = @LIBLUA_LIBS@ -lm -ldl LUA_CFLAGS += -DHAVE_LUA=1 -I../liblua else LUA_SRCS = _______________________________________________ Sent through the svn mailing list http://nmap.org/mailman/listinfo/svn
_______________________________________________ Sent through the dev mailing list http://nmap.org/mailman/listinfo/dev Archived at http://seclists.org/nmap-dev/
Current thread:
- Re: [nmap-svn] r31265 - nmap/ncat Jacek Wielemborek (Jul 07)
- Message not available
- Re: [nmap-svn] r31265 - nmap/ncat Jacek Wielemborek (Jul 08)
- Re: [nmap-svn] r31265 - nmap/ncat Daniel Miller (Jul 08)
- Re: [nmap-svn] r31265 - nmap/ncat Jacek Wielemborek (Jul 08)
- Re: [nmap-svn] r31265 - nmap/ncat Henri Doreau (Jul 08)
- Re: [nmap-svn] r31265 - nmap/ncat Jacek Wielemborek (Jul 08)
- Re: [nmap-svn] r31265 - nmap/ncat Daniel Miller (Jul 08)
- Re: [nmap-svn] r31265 - nmap/ncat Jacek Wielemborek (Jul 08)
- Message not available