Source: Exherbo Upstream: no, submitted via ML Fix build without Lua support Patch by: Quentin Glidic Index: ncat/ncat_posix.c =================================================================== --- ncat/ncat_posix.c (revision 32499) +++ ncat/ncat_posix.c (working copy) @@ -122,7 +122,9 @@ /* $Id$ */ #include "ncat.h" +#ifdef HAVE_LUA #include "ncat_lua.h" +#endif char **cmdline_split(const char *cmdexec);