sg: 16-byte cdb support and lots of fixes
[fio.git] / Makefile
index 296655bcc8b604ed31f2ac03ea4f1e9b590c9207..d287126edc417ef117d0c9d50b6a4ffefc4f5cfe 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -104,6 +104,9 @@ endif
 ifndef CONFIG_STRCASESTR
   SOURCE += lib/strcasestr.c
 endif
+ifndef CONFIG_STRLCAT
+  SOURCE += lib/strlcat.c
+endif
 ifndef CONFIG_GETOPT_LONG_ONLY
   SOURCE += lib/getopt_long.c
 endif