Re: LD_LIBRARY_PATH_RPATH - Mailing list pgsql-hackers

From Tom Lane
Subject Re: LD_LIBRARY_PATH_RPATH
Date
Msg-id 10537.1549031102@sss.pgh.pa.us
Whole thread Raw
In response to Re: LD_LIBRARY_PATH_RPATH  (Andrew Gierth <andrew@tao11.riddles.org.uk>)
Responses Re: LD_LIBRARY_PATH_RPATH  (Andrew Gierth <andrew@tao11.riddles.org.uk>)
List pgsql-hackers
Andrew Gierth <andrew@tao11.riddles.org.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


pgsql-hackers by date:

Previous
From: David Rowley
Date:
Subject: Re: Delay locking partitions during INSERT and UPDATE
Next
From: Dmitry Dolgov
Date:
Subject: Re: ArchiveEntry optional arguments refactoring