From: prz <prz@net4u.ch>
To: dm-devel@redhat.com
Subject: crosscompiling with ulibC ...
Date: Mon, 30 Jul 2007 16:50:01 +0200 [thread overview]
Message-ID: <46ADFA99.8080308@net4u.ch> (raw)
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
reply other threads:[~2007-07-30 14:50 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=46ADFA99.8080308@net4u.ch \
--to=prz@net4u.ch \
--cc=dm-devel@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.