From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] package/e2fsprogs: backport build fix for rhel5 due to missing magic
Date: Wed, 16 Nov 2016 13:12:31 +0100 [thread overview]
Message-ID: <20161116131231.20069c38@free-electrons.com> (raw)
In-Reply-To: <1478677142-11627-1-git-send-email-jcmvbkbc@gmail.com>
Hello,
On Tue, 8 Nov 2016 23:39:02 -0800, Max Filippov wrote:
> RHEL 5.x does have magic.h, but it does not define all expected symbols. In
> particular, the NO_CHECK symbols were only added in file 4.20 and RHEL 5.x
> is using 4.17.
>
> Add substitute defines to allow continued usage of magic but without the
> requested exclude checks.
>
> Backported from: b003b2e6f9e54e7b2bde15828b97f5dc285b915e
>
> Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Can you try:
E2FSPROGS_CONF_ENV += \
ac_cv_header_magic_h=no \
ac_cv_lib_magic_magic_file=no
instead of this patch?
Thanks,
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
next prev parent reply other threads:[~2016-11-16 12:12 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-09 7:39 [Buildroot] [PATCH] package/e2fsprogs: backport build fix for rhel5 due to missing magic Max Filippov
2016-11-09 8:03 ` Baruch Siach
2016-11-09 8:18 ` Max Filippov
2016-11-09 8:24 ` Baruch Siach
2016-11-09 10:37 ` Thomas Petazzoni
2016-11-16 12:12 ` Thomas Petazzoni [this message]
2016-11-16 14:00 ` Baruch Siach
2016-11-16 14:22 ` Thomas Petazzoni
2016-11-16 19:14 ` Max Filippov
2016-11-16 22:30 ` Thomas Petazzoni
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=20161116131231.20069c38@free-electrons.com \
--to=thomas.petazzoni@free-electrons.com \
--cc=buildroot@busybox.net \
/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.