1
0
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:
david
2007-11-19 21:36:21 +00:00
parent 891abf25c3
commit d029d1d75a
3 changed files with 113 additions and 2 deletions

View File

@@ -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\""