From patchwork Wed Apr 5 16:24:31 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Emil Velikov X-Patchwork-Id: 9664673 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 171CB602B8 for ; Wed, 5 Apr 2017 16:29:09 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 0978A28338 for ; Wed, 5 Apr 2017 16:29:09 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id F121C28375; Wed, 5 Apr 2017 16:29:08 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.1 required=2.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 6940D28338 for ; Wed, 5 Apr 2017 16:29:06 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id B68B76E833; Wed, 5 Apr 2017 16:29:05 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-wr0-x241.google.com (mail-wr0-x241.google.com [IPv6:2a00:1450:400c:c0c::241]) by gabe.freedesktop.org (Postfix) with ESMTPS id 929886E833 for ; Wed, 5 Apr 2017 16:29:04 +0000 (UTC) Received: by mail-wr0-x241.google.com with SMTP id w43so4147020wrb.1 for ; Wed, 05 Apr 2017 09:29:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id; bh=pvqVy0hUezeMfzemD0mQC9xYeszBD+PYklbbxraThxs=; b=X8CQ8MPuReGoBm19JRHSJw5z65yJT0UU8Bz+AYs0SHEtXvZz3duZYlytasLkuE8yHX /iKV3YXBAk6Vp2iT385deMIeANCIXht9MkEvfPJoBnTjGYwbxMIZMkKbMKvCxAKMlf0x vPFp5G7CU9fWPg8qwFZcbPhPBRht5tRfpvWUmol4WcKGKr6KC/ggdcl1Oj31OZzRfHlo wniuUQAyMvN/ppIToBFGbno2MYsUsOooIym7kjE/PvbE0YBzq0S99gwy1BU5wlyCZSNO cRygU5PDRD2zmq5V9tXyfgc82iChjIrscwVwOAJ0//MJ7cJ0gPxsQap2nklx1vr8BmzT c+aw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=pvqVy0hUezeMfzemD0mQC9xYeszBD+PYklbbxraThxs=; b=mdmqg2j8sFzGjrBRztItxzdn3qw5eYtm3c5g0W+0f9lOB8ASOV95EL5ftE465NXEV4 rEpu3kWU1/ZNywUh0iIrP6n7xzBdFMYKQYAaW3Xalrvu097qIThnt6NUdzRuE2mYj/Em 7/mn9IzAdHVqEf35lpOYI7SYFanHth7txyeg5Di7mWY7j3nyhGgUd5cn9dykL/Ncs58y G7U2TkGUAbBkkeuJ3t/vLhjyU/ZeTGurPplZ6mHe3gR65CG7Y9sIEasqEThEsKNow4+Z qXlgRyDhlM6+CIRPe98cW/fn+kllDQgwe6p/jdwsBHeqTEqX3j5htGdFkEEl/O7svKbz rF3A== X-Gm-Message-State: AN3rC/7fbY5pQgNh8V/QKj8jyVuBoZFRBQoaSqH5i9KxRJOiA2CfuoYK +L4+xubYE8+2Rg== X-Received: by 10.28.131.78 with SMTP id f75mr1219369wmd.91.1491409743267; Wed, 05 Apr 2017 09:29:03 -0700 (PDT) Received: from arch-x1c3.cbg.collabora.co.uk (bakora.collabora.co.uk. [46.17.161.148]) by smtp.gmail.com with ESMTPSA id v186sm22918041wmv.2.2017.04.05.09.29.02 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 05 Apr 2017 09:29:02 -0700 (PDT) From: Emil Velikov To: dri-devel@lists.freedesktop.org Subject: [PATCH libdrm] configure.ac: pthread-stubs is not a thing on GNU/kFreeBSD Date: Wed, 5 Apr 2017 17:24:31 +0100 Message-Id: <20170405162431.7695-1-emil.l.velikov@gmail.com> X-Mailer: git-send-email 2.11.1 Cc: emil.l.velikov@gmail.com X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Virus-Scanned: ClamAV using ClamSMTP From: Emil Velikov As mentioned on the xcb mailing list, the platform uses the GLIBC forwarding mechanism. https://lists.freedesktop.org/archives/xcb/2016-November/010896.html Cc: Andreas Boll Reported-by: Andreas Boll Signed-off-by: Emil Velikov Reviewed-by: Eric Engestrom Reviewed-by: Andreas Boll --- I'm slightly inclined to go a single *gnu* but I'm not 100% sure if that won't catch some corner case platforms. Opinions ? --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index f1a13090..0f6fe46d 100644 --- a/configure.ac +++ b/configure.ac @@ -64,7 +64,7 @@ LT_INIT([disable-static]) dnl pthread-stubs is mandatory on BSD platforms, due to the nature of the dnl project. Even then there's a notable issue as described in the project README case "$host_os" in -linux* | cygwin* | darwin* | solaris* | gnu*) +linux* | cygwin* | darwin* | solaris* | *-gnu* | gnu*) pthread_stubs_possible="no" ;; * )