From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Andrew Gierth <andrew(at)tao11(dot)riddles(dot)org(dot)uk> |
Cc: | pgsql-hackers(at)lists(dot)postgresql(dot)org, Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com> |
Subject: | Re: LD_LIBRARY_PATH_RPATH |
Date: | 2019-02-01 14:25:02 |
Message-ID: | 10537.1549031102@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Andrew Gierth <andrew(at)tao11(dot)riddles(dot)org(dot)uk> writes:
> Is there some reason why ld_library_path_var is defined using a bunch of
> $(if) constructs rather than putting the value (if not LD_LIBRARY_PATH)
> in the individual port makefiles?
I might be wrong, but I think that code is Peter's. I agree that
having the per-port makefiles set it seems simpler (or maybe move
it to the template files, and have the configure script define the
variable?)
However, does that help any with this requirement? If the core makefile
logic becomes platform independent for this, then it's harder to see where
to squeeze in an extra variable setting.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Thomas Munro | 2019-02-01 14:25:28 | Re: BUG #15548: Unaccent does not remove combining diacritical characters |
Previous Message | David Rowley | 2019-02-01 14:16:32 | Re: Delay locking partitions during INSERT and UPDATE |