Removed Rpath from compiled binaries.

Rpath is not needed to run installed binaries. Most of GNU/Linux
distributions strictly forbid it.

Signed-off-by: Vitaly Zaitsev <vitaly@easycoding.org>
This commit is contained in:
Vitaly Zaitsev 2019-04-10 15:31:53 +02:00
parent 6c27743663
commit 28f144796d
No known key found for this signature in database
GPG Key ID: BF99FC6DD45AB90A
1 changed files with 1 additions and 2 deletions

View File

@ -44,5 +44,4 @@ kiwixlib = library('kiwix',
dependencies : all_deps, dependencies : all_deps,
version: meson.project_version(), version: meson.project_version(),
install: true, install: true,
install_dir: install_dir, install_dir: install_dir)
install_rpath: '$ORIGIN')