Solaris lacks strnlen, provide it from strutils.c. Signed-off-by: Fabian Groffen <grobian@xxxxxxxxxx> diff --git a/shlibs/blkid/src/Makefile.am b/shlibs/blkid/src/Makefile.am --- a/shlibs/blkid/src/Makefile.am +++ b/shlibs/blkid/src/Makefile.am @@ -33,7 +33,8 @@ $(top_srcdir)/lib/md5.c \ $(top_srcdir)/lib/crc32.c \ $(top_srcdir)/include/list.h \ - $(top_srcdir)/lib/env.c + $(top_srcdir)/lib/env.c \ + $(top_srcdir)/lib/strutils.c nodist_libblkid_la_SOURCES = blkid.h -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html