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 1uAuIj-003lex-NN for pgsql-hackers@arkaria.postgresql.org; Fri, 02 May 2025 17:35:54 +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 1uAuIh-00ARpN-9I for pgsql-hackers@arkaria.postgresql.org; Fri, 02 May 2025 17:35:52 +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 1uAuIg-00ARnq-Vi for pgsql-hackers@lists.postgresql.org; Fri, 02 May 2025 17:35:52 +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 1uAuIf-000jm9-2j for pgsql-hackers@postgresql.org; Fri, 02 May 2025 17:35:51 +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 542HZUZG1921699; Fri, 2 May 2025 13:35:30 -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> Comments: In-reply-to Jacob Champion message dated "Fri, 02 May 2025 10:05:26 -0700" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <1921697.1746207330.1@sss.pgh.pa.us> Date: Fri, 02 May 2025 13:35:30 -0400 Message-ID: <1921698.1746207330@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Jacob Champion writes: > Looks like it's just me. And using partial_dependency for the includes > seems like overkill, so I've kept the full ssl dependency object, but > moved it to the staticlib only, which is enough to solve the breakage > on my machine. > Nathan, if you get a chance, does the attached patch work for you? 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. regards, tom lane