On 23/08/14 16:59, Reinhard Tartler wrote: > This option facilitates testing shared libarary builds: for instance > fate builders do no longer need to set LD_LIBRARY_PATH as the binaries will > get the right search paths hardcoded into their executable file. > > This option is only meant to be used for testing purposes: The installed > libraries must not move around in the file system, and doing so will > cause a lot of subtle problems. For more information why using RPATH is > dangerous, please refer to > > https://blog.flameeyes.eu/2010/06/the-why-and-how-of-rpath > --- > configure | 3 +++ > 1 file changed, 3 insertions(+) > > Luca, you're totally right, I've updated the patch as I understood your > advice. > > diff --git a/configure b/configure > index 97b60cd..22b699f 100755 > --- a/configure > +++ b/configure > @@ -86,6 +86,7 @@ Standard options: > --shlibdir=DIR install shared libs in DIR [PREFIX/lib] > --incdir=DIR install includes in DIR [PREFIX/include] > --mandir=DIR install man page in DIR [PREFIX/share/man] > + --enable-rpath use rpath when linking programs [USE WITH CARE]
Forgot, put it in the right section: Developer options (useful when working on Libav itself): _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
