]> granicus.if.org Git - libevent/commit
Do not install RPATH for install tree by default
authorAzat Khuzhin <azat@libevent.org>
Thu, 10 Mar 2022 20:11:14 +0000 (23:11 +0300)
committerAzat Khuzhin <azat@libevent.org>
Thu, 10 Mar 2022 20:54:58 +0000 (23:54 +0300)
commit6349e94a0a4fe361ad78921ff84bfe3be94b2028
tree68117166cf6f0c876299b03b485d4e5b1b6bae66
parent3da71856a73a28e05c18f9f2d4bf7fcc6e46f4ce
Do not install RPATH for install tree by default

In ce8be2385b5fee16859a630fca0c98ad290c8e21 ("cmake: set rpath for
libraries on linux") RPATH was first instroduced.

Later in 6d09efe8686de824adf3d8810bbe0d5c386643e4 ("Set RPATH only if
installation is done into non system directory") it was set only if it
was installed to non system directory.

But absolute RPATH not a good default, let's change this.

Fixes: #920
CMakeLists.txt
PreLoad.cmake [new file with mode: 0644]
test-export/test-export.py