Skip to content

Remove enforced rpath addition when no rpath is configured#699

Merged
larskanis merged 1 commit intomasterfrom
remove-rpath
Feb 12, 2026
Merged

Remove enforced rpath addition when no rpath is configured#699
larskanis merged 1 commit intomasterfrom
remove-rpath

Conversation

@larskanis
Copy link
Collaborator

@larskanis larskanis commented Feb 12, 2026

That code was introduced 13 years ago.
I think it can be removed now, since this was an issue in an old ruby version. If the rpath is configured in ruby, then dir_config will use it, otherwise it shouldn't.

If ruby is configured with

   ./configure --disable-rpath

then pg shouldn't use the rpath either.

Fixes #183

That code was introduced 13 years ago.
I think it can be removed now, since this was an issue in an old ruby version.
If the rpath is configured in ruby, then dir_config will use it, otherwise it shouldn't.

Fixes #183
@larskanis larskanis merged commit 5722d3b into master Feb 12, 2026
34 of 37 checks passed
@larskanis larskanis deleted the remove-rpath branch February 12, 2026 13:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Make rpath optional

1 participant