fails due to the broken AC_FUNC_MALLOC on configure (well-known issue
with ulibC). Here's the trivia fix
if you guys care
thanks for the software
-- tony
--- device-mapper.1.02.21/configure.in 2007-07-30 16:40:03.000000000
+0200
+++ device-mapper.1.02.21/configure.in 2007-07-30 16:40:15.000000000
+0200
@@ -86,6 +86,6 @@
dnl -- Checks for functions
AC_CHECK_FUNCS(memset mkdir rmdir strchr strdup strerror strrchr
uname,,AC_MSG_ERROR(bailing out))
AC_FUNC_CLOSEDIR_VOID
-AC_FUNC_MALLOC
+#AC_FUNC_MALLOC
AC_FUNC_STAT
AC_FUNC_VPRINTF
--
dm-devel mailing list
dm-devel@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/dm-devel