Use relative rpath if possible

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Use relative rpath if possible
Дата
Msg-id 935bc2f0-42f4-e5f5-9a00-b47fa2bfe221@2ndquadrant.com
обсуждение исходный текст
Ответы Re: Use relative rpath if possible  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Список pgsql-hackers
On several popular operating systems, we can use relative rpaths, using
the $ORIGIN placeholder, so that the resulting installation is
relocatable.  Then we also don't need to set LD_LIBRARY_PATH during make
check.

This implementation will use a relative rpath if bindir and libdir are
under the same common parent directory.

Supported platforms are: freebsd, linux, netbsd, openbsd, solaris

Information from https://lekensteyn.nl/rpath.html

(Yes, something for macOS would be nice, to work around SIP issues, but
I'll leave that as a separate future item.)

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: GiST VACUUM
Следующее
От: Daniel Gustafsson
Дата:
Сообщение: Re: Obsolete comment in commands/analyze.c