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 1u2ZUo-002dPB-Mf for pgsql-hackers@arkaria.postgresql.org; Wed, 09 Apr 2025 17:45: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 1u2ZUn-005ttq-18 for pgsql-hackers@arkaria.postgresql.org; Wed, 09 Apr 2025 17:45:53 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1u2ZTo-005rKP-0P for pgsql-hackers@lists.postgresql.org; Wed, 09 Apr 2025 17:44:52 +0000 Received: from mout-p-201.mailbox.org ([2001:67c:2050:0:465::201]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1u2ZTm-003usW-1C for pgsql-hackers@postgresql.org; Wed, 09 Apr 2025 17:44:51 +0000 Received: from smtp102.mailbox.org (smtp102.mailbox.org [IPv6:2001:67c:2050:b231:465::102]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-201.mailbox.org (Postfix) with ESMTPS id 4ZXr1Q6R3Rz9stY; Wed, 9 Apr 2025 19:44:42 +0200 (CEST) Date: Wed, 9 Apr 2025 19:44:40 +0200 From: Christoph Berg To: Jacob Champion Cc: Peter Eisentraut , Andres Freund , Tom Lane , Bruce Momjian , PostgreSQL Hackers , Daniel Gustafsson , Thomas Munro , Nazir Bilal Yavuz , Antonin Houska , Wolfgang Walther , Jelte Fennema-Nio Subject: Re: [PoC] Federated Authn/z with OAUTHBEARER Message-ID: Mail-Followup-To: Christoph Berg , Jacob Champion , Peter Eisentraut , Andres Freund , Tom Lane , Bruce Momjian , PostgreSQL Hackers , Daniel Gustafsson , Thomas Munro , Nazir Bilal Yavuz , Antonin Houska , Wolfgang Walther , Jelte Fennema-Nio References: <5bec3d4f-613f-425b-88c4-59e71c70f7d6@eisentraut.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Rspamd-Queue-Id: 4ZXr1Q6R3Rz9stY List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Re: Jacob Champion > > How about ifdef-ing away the dlopen call if --with-libcurl is not specified. > > This sounds like a pretty decent, simple way to go. Christoph, does > that ring any alarm bells from your perspective? Ok for me. The opposite that I said in the other mail was just a suggestion. Christoph