Re: [PATCH] Add support for DT_R(UN)PATH in ELF executables.

2020-08-06 Thread Vincent Lefevre
On 2020-07-29 13:19:31 -0500, Derek Martin wrote: > On Tue, Jul 28, 2020 at 12:59:55AM +0200, Mono DHS wrote: > > Subject says it all > > What is the motivation for this patch? > > My initial reaction is this patch adds a bunch of configure code that > will be used by pretty close to no one, so

Re: [PATCH] Add support for DT_R(UN)PATH in ELF executables.

2020-07-29 Thread Derek Martin
ul 2020 16:57:38 +0200 > Subject: [PATCH] Add support for DT_R(UN)PATH in ELF executables. > > --- > configure.ac | 73 > > 1 file changed, 73 insertions(+) > > diff --git a/configure.ac b/configure.ac >

[PATCH] Add support for DT_R(UN)PATH in ELF executables.

2020-07-27 Thread Mono DHS
Subject says it all From 5d3623986a1dac95ce517cee0048520eec10800f Mon Sep 17 00:00:00 2001 From: Mono DHS Date: Sun, 19 Jul 2020 16:57:38 +0200 Subject: [PATCH] Add support for DT_R(UN)PATH in ELF executables. --- configure.ac | 73 1