Lists: | pgsql-hackers |
---|
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: | [email protected] |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
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 |
From: | Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com> |
---|---|
To: | pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: meson: Add equivalent of configure --disable-rpath option |
Date: | 2023-03-01 07:17:20 |
Message-ID: | [email protected] |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Lists: | pgsql-hackers |
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