pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: espeak-ng: PKGCONFIG_OVERRIDE not needed anymore



On Tue, Mar 12, 2024 at 11:57:57PM +0000, adr wrote:
> Hi, I noticed that the package can now be built without
> PKGCONFIG_OVERRIDE+=	espeak-ng.pc.in

Yes, it can be built, but it will work worse for its users.

With the line, the installed espeak-ng.pc file has:

Libs: -Wl,-R${libdir} -L${libdir} -lespeak-ng

without it:

Libs: -L${libdir} -lespeak-ng

which might lead to software depending on it to _not_ find the
espeak-ng library at run-time. 
 Thomas


Home | Main Index | Thread Index | Old Index