From: Eric Engestrom <eric.engestrom@imgtec.com>
To: Emil Velikov <emil.l.velikov@gmail.com>
Cc: ML dri-devel <dri-devel@lists.freedesktop.org>
Subject: Re: [PATCH libdrm] configure.ac: pthread-stubs not present on OpenBSD
Date: Tue, 20 Feb 2018 15:12:49 +0000 [thread overview]
Message-ID: <20180220151248.ybo3o25ba35neb4s@imgtec.com> (raw)
In-Reply-To: <CACvgo510ZWF2rY3txpaQ60_RNnMd0vC+FGrvb6qxzcpDLFjwPw@mail.gmail.com>
On Tuesday, 2018-02-20 15:02:26 +0000, Emil Velikov wrote:
> On 20 February 2018 at 10:21, Eric Engestrom <eric.engestrom@imgtec.com> wrote:
> > On Tuesday, 2018-02-20 17:09:14 +1100, Jonathan Gray wrote:
> >> pthread-stubs is no longer required on OpenBSD and has been removed.
> >> libpthread parts involved moved to libc.
> >
> > Great news!
> > Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
> >
> > Note that meson needs the same change:
> > ----8<----
> > diff --git a/meson.build b/meson.build
> > index d600a906948c0e680885..bd00cdc2cae9f0749180 100644
> > --- a/meson.build
> > +++ b/meson.build
> > @@ -35,8 +35,7 @@ with_install_tests = get_option('install-test-programs')
> >
> > config = configuration_data()
> >
> > -# TODO: openbsd is guess, the others are correct
> > -if ['freebsd', 'dragonfly', 'netbsd', 'openbsd'].contains(host_machine.system())
> > +if ['freebsd', 'dragonfly', 'netbsd'].contains(host_machine.system())
> > dep_pthread_stubs = dependency('pthread-stubs', version : '>= 0.4')
> > else
> > dep_pthread_stubs = []
> > ---->8----
> >
> > Do you have commit access, or do you want me to push this for you?
> > No need to send a v2, I'll add the meson bit when I push it, or you can
> > add it if you push it yourself.
> >
> Both patches from Jon + the meson amendment are
> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
... and pushed both, thanks :)
>
> -Emil
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
prev parent reply other threads:[~2018-02-20 15:12 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-02-20 6:09 [PATCH libdrm] configure.ac: pthread-stubs not present on OpenBSD Jonathan Gray
2018-02-20 10:21 ` Eric Engestrom
2018-02-20 11:23 ` Jonathan Gray
2018-02-20 12:18 ` Eric Engestrom
2018-02-20 13:14 ` Jonathan Gray
2018-02-20 15:02 ` Emil Velikov
2018-02-20 15:12 ` Eric Engestrom [this message]
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=20180220151248.ybo3o25ba35neb4s@imgtec.com \
--to=eric.engestrom@imgtec.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=emil.l.velikov@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox