mirror of
https://github.com/nmap/nmap.git
synced 2025-12-29 02:49:01 +00:00
Look for strip in configure and strip nmap with strip -x on install. install -s
or strip with no arguments was stripping dynamically loaded NSE functions on Mac OS X. The difference between plain strip and strip -x was so slight on Linux that I just made it unconditional.
This commit is contained in:
@@ -104,6 +104,8 @@ fi
|
||||
AC_SUBST(COMPAT_OBJS)
|
||||
AC_SUBST(COMPAT_SRCS)
|
||||
|
||||
AC_PATH_TOOL([STRIP], [strip], [/bin/true])
|
||||
|
||||
needs_cpp_precomp=no
|
||||
LUAFLAGS="MYCFLAGS=\"-DLUA_USE_POSIX -DLUA_USE_DLOPEN\""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user