From: Jan Vesely <jano.vesely@gmail.com>
To: qemu-trivial@nongnu.org, QEMU <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] [PATCH] configure: Check if struct fsxattr is available from linux header
Date: Thu, 28 Apr 2016 20:54:33 -0400 [thread overview]
Message-ID: <1461891273.4403.1.camel@gmail.com> (raw)
In-Reply-To: <1460495386.7674.1.camel@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 1670 bytes --]
On Tue, 2016-04-12 at 17:09 -0400, Jan Vesely wrote:
> On Sat, 2016-03-19 at 21:18 -0400, Jan Vesely wrote:
> >
> > Fixes build with new linux headers.
> >
> > Signed-off-by: Jan Vesely <jano.vesely@gmail.com>
> > ---
> > linux-headers-4.5 and xfsprogs-3.2.4 in my case
> >
> > configure | 18 ++++++++++++++++++
> > 1 file changed, 18 insertions(+)
> >
> > diff --git a/configure b/configure
> > index b88d0db..bb64d6c 100755
> > --- a/configure
> > +++ b/configure
> > @@ -4474,6 +4474,21 @@ if test "$fortify_source" != "no"; then
> > fi
> > fi
> >
> > +########################################
> > +# check if struct fsxattr is available
> > +
> > +have_fsxattr=no
> > +cat > $TMPC << EOF
> > +#include <linux/fs.h>
> > +struct fsxattr foo;
> > +int main(void) {
> > + return 0;
> > +}
> > +EOF
> > +if compile_prog "" "" ; then
> > + have_fsxattr=yes
> > +fi
> > +
> > ##########################################
> > # End of CC checks
> > # After here, no more $cc or $ld runs
> > @@ -5137,6 +5152,9 @@ fi
> > if test "$have_ifaddrs_h" = "yes" ; then
> > echo "HAVE_IFADDRS_H=y" >> $config_host_mak
> > fi
> > +if test "$have_fsxattr" = "yes" ; then
> > + echo "HAVE_FSXATTR=y" >> $config_host_mak
> > +fi
> > if test "$vte" = "yes" ; then
> > echo "CONFIG_VTE=y" >> $config_host_mak
> > echo "VTE_CFLAGS=$vte_cflags" >> $config_host_mak
> gentle ping.
> the docs say trivial patches are collected every week. yet the last
> one
> was in Feb.
>
gentle ping v2. Is there a maintainer for configure? get_maintainer.pl
was not helpful.
Jan
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
next prev parent reply other threads:[~2016-04-29 0:54 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1458436706-20743-1-git-send-email-jano.vesely@gmail.com>
2016-04-12 21:09 ` [Qemu-devel] [PATCH] configure: Check if struct fsxattr is available from linux header Jan Vesely
2016-04-29 0:54 ` Jan Vesely [this message]
2016-04-29 7:52 ` Markus Armbruster
2016-04-29 13:07 Jan Vesely
2016-04-29 13:54 ` Peter Maydell
2016-04-29 13:56 ` Stefan Weil
2016-04-29 14:00 ` Peter Maydell
2016-04-29 14:31 ` Stefan Weil
2016-04-29 14:49 ` Peter Maydell
2016-04-29 17:14 ` Jan Vesely
2016-04-29 13:54 ` Stefan Weil
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=1461891273.4403.1.camel@gmail.com \
--to=jano.vesely@gmail.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@nongnu.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).