[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[dm-devel] crosscompiling with ulibC ...
- From: prz <prz net4u ch>
- To: dm-devel redhat com
- Subject: [dm-devel] crosscompiling with ulibC ...
- Date: Mon, 30 Jul 2007 16:50:01 +0200
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
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]