Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1uAv5Q-003yR7-7E for pgsql-hackers@arkaria.postgresql.org; Fri, 02 May 2025 18:26:12 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1uAv5N-00Alh6-Jl for pgsql-hackers@arkaria.postgresql.org; Fri, 02 May 2025 18:26:10 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1uAv5N-00Algy-A0 for pgsql-hackers@lists.postgresql.org; Fri, 02 May 2025 18:26:10 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1uAv5M-000kGD-04 for pgsql-hackers@postgresql.org; Fri, 02 May 2025 18:26:10 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.15.2/8.15.2) with ESMTP id 542IPnAq1974925; Fri, 2 May 2025 14:25:49 -0400 From: Tom Lane To: Jacob Champion cc: Nathan Bossart , Daniel Gustafsson , Christoph Berg , Jelte Fennema-Nio , Peter Eisentraut , Andres Freund , Bruce Momjian , PostgreSQL Hackers , Thomas Munro , Nazir Bilal Yavuz , Antonin Houska , Wolfgang Walther , =?UTF-8?B?RGV2cmltIEfDvG5kw7x6?= Subject: Re: [PoC] Federated Authn/z with OAUTHBEARER In-reply-to: References: <8210C830-DDBB-4CD7-AB39-F5F59C36D547@yesql.se> <1921698.1746207330@sss.pgh.pa.us> Comments: In-reply-to Jacob Champion message dated "Fri, 02 May 2025 10:42:25 -0700" MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-ID: <1974923.1746210349.1@sss.pgh.pa.us> Content-Transfer-Encoding: 8bit Date: Fri, 02 May 2025 14:25:49 -0400 Message-ID: <1974924.1746210349@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Jacob Champion writes: > On Fri, May 2, 2025 at 10:35 AM Tom Lane wrote: >> FWIW, on my Mac a meson build from HEAD goes through fine, with or >> without this patch. I'm getting openssl and libcurl from MacPorts >> not Homebrew, but I don't know why that would make any difference. > Do your and live in the same place? Mine do, > so I had to disable NLS to get this to break. Yeah, they are both under /opt/local/include in a MacPorts setup. But disabling NLS doesn't break it for me. I tried meson setup build --auto-features=disabled -Dlibcurl=enabled to make sure that /opt/local/include wasn't getting pulled in some other way, and it still builds. Apropos of that: our fine manual claims that option is spelled --auto_features, but that fails for me. Is that a typo in our manual, or do some meson versions accept the underscore? regards, tom lane