* crosscompiling with ulibC ...
@ 2007-07-30 14:50 prz
0 siblings, 0 replies; only message in thread
From: prz @ 2007-07-30 14:50 UTC (permalink / raw)
To: dm-devel
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-07-30 14:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-30 14:50 crosscompiling with ulibC prz
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.