Skip to content
Snippets Groups Projects
Commit 97a0bad8 authored by Reimar Döffinger's avatar Reimar Döffinger
Browse files

Add --enable-rpath option to add -Wl,-rpath to pkg-config files.


This allows installing into e.g. /usr/lib/ffmpeg and binaries linked
against ffmpeg will pick these .so file while binaries linked against
some fork or different version will pick the libraries in /usr/lib.
There will be still some issues for binaries that (indirectly) end up
depending on multiple variants, but for the simpler cases it should allow
different applications to use different (compatible) variants that
are installed at the same time.

Signed-off-by: default avatarReimar Döffinger <Reimar.Doeffinger@gmx.de>
parent ffe31c65
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment