meson: Add equivalent of configure --disable-rpath option

From: Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: meson: Add equivalent of configure --disable-rpath option
Date: 2023-02-22 12:56:32
Message-ID: 33e957e6-4b4e-b0ed-1cc1-6335a24543ff@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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.

Attachment Content-Type Size
0001-meson-Add-equivalent-of-configure-disable-rpath-opti.patch text/plain 4.3 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Aleksander Alekseev 2023-02-22 13:03:44 Re: [PATCH] Support SK_SEARCHNULL / SK_SEARCHNOTNULL for heap-only scans
Previous Message Melih Mutlu 2023-02-22 12:56:00 Re: [PATCH] Reuse Workers and Replication Slots during Logical Replication