meson: Add equivalent of configure --disable-rpath option
Peter Eisentraut <peter.eisentraut@enterprisedb.com>
From: Peter Eisentraut <peter.eisentraut@enterprisedb.com>
To: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2023-02-22T12:56:32Z
Lists: pgsql-hackers
Attachments
- 0001-meson-Add-equivalent-of-configure-disable-rpath-opti.patch (text/plain) patch 0001
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.
Commits
-
meson: Add equivalent of configure --disable-rpath option
- d2f44cc36e60 16.0 landed