On 2017-08-30 Dmitry Eremin-Solenikov <dbarysh...@gmail.com> wrote:
> 2017-08-30 18:35 GMT+03:00 Tim Rühsen <tim.rueh...@gmx.de>:
[...]
>> How does the -R come into your .pc file ?

> Probably from LTLIBUNISTRING. See:

> $ cat /usr/lib/x86_64-linux-gnu/pkgconfig/libidn2.pc
> prefix=/usr
> exec_prefix=${prefix}
> includedir=${prefix}/include
> libdir=${prefix}/lib/x86_64-linux-gnu

> Name: libidn2
> Description: Library implementing IDNA2008 and TR46
> Version: 2.0.2
> Cflags: -I${includedir}
> Libs: -L${libdir} -lidn2
> Libs.private:  -L/usr/lib/x86_64-linux-gnu -lunistring
> -R/usr/lib/x86_64-linux-gnu

./configure --disable-rpath
will probably help.

cu Andreas
-- 
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'

Reply via email to