Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pXGiV-0007En-N3 for pgsql-hackers@arkaria.postgresql.org; Wed, 01 Mar 2023 07:17:35 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1pXGiU-0002D2-It for pgsql-hackers@arkaria.postgresql.org; Wed, 01 Mar 2023 07:17:34 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pXGiU-0002Ct-9E for pgsql-hackers@lists.postgresql.org; Wed, 01 Mar 2023 07:17:34 +0000 Received: from wnew1-smtp.messagingengine.com ([64.147.123.26]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pXGiN-0003gq-CU for pgsql-hackers@postgresql.org; Wed, 01 Mar 2023 07:17:33 +0000 Received: from compute6.internal (compute6.nyi.internal [10.202.2.47]) by mailnew.west.internal (Postfix) with ESMTP id 16F372B05E79 for ; Wed, 1 Mar 2023 02:17:24 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute6.internal (MEProxy); Wed, 01 Mar 2023 02:17:24 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:date:feedback-id:feedback-id:from:from:in-reply-to :in-reply-to:message-id:mime-version:references:reply-to:sender :subject:subject:to:to:x-me-proxy:x-me-proxy:x-me-sender :x-me-sender:x-sasl-enc; s=fm1; t=1677655043; x=1677662243; bh=V xXaRivGG93924A6twJirQWUs+t0Kd7c0Ehzq+mLwpU=; b=GeTqXRhbWNHTkuopy zKyOa8TmfBfsyWGS34YH2+sGNE1LZFN/VVRiGcifjmJ+DQKQ7SddgLv1qXK2/5VS 85xdmVJ68efqInqziDlUA6iVrthvCq1QayaJBvGMl8PWvqGhlad4CsyhmKSOzn28 vxWoFj5m8DvqPBZfTCrOmKI3tjjBqhOuuXepWqPOohFDAlcWknDBEbI5DvNpv4jB HxcWb356p4Nf17P7HnRSmahMrpSDOs8GD5KvrTvC+YXVtxAIv0eHTiwGb/3IRRd6 +blQSiAPJ0utGdUL+4GettDk0I3VbyanPNy0VB+BKOTi6IEhhvEfshae7dyIl2WI UdL5Q== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvhedrudelgedgleelucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpefkffggfgfuhffvfhgjtgfgsehtke ertddtfeejnecuhfhrohhmpefrvghtvghrucfgihhsvghnthhrrghuthcuoehpvghtvghr rdgvihhsvghnthhrrghuthesvghnthgvrhhprhhishgvuggsrdgtohhmqeenucggtffrrg htthgvrhhnpeefgefgteefudehheduffevlefhkeeulefhfffgvdelgfffueduledtgfek iefhjeenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpe hpvghtvghrrdgvihhsvghnthhrrghuthesvghnthgvrhhprhhishgvuggsrdgtohhm X-ME-Proxy: Feedback-ID: i131946ab:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA for ; Wed, 1 Mar 2023 02:17:22 -0500 (EST) Message-ID: <0d113a42-06ae-ab51-a950-34a2d81c9538@enterprisedb.com> Date: Wed, 1 Mar 2023 08:17:20 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.8.0 Subject: Re: meson: Add equivalent of configure --disable-rpath option From: Peter Eisentraut To: pgsql-hackers References: <33e957e6-4b4e-b0ed-1cc1-6335a24543ff@enterprisedb.com> Content-Language: en-US In-Reply-To: <33e957e6-4b4e-b0ed-1cc1-6335a24543ff@enterprisedb.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On 22.02.23 13:56, Peter Eisentraut wrote: > The configure option --disable-rpath currently has no equivalent in > meson.  This option is used by packagers, so I think it would be good to > have it in meson as well.  I came up with the attached patch. committed