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 Wed, 13 Mar 2024, Thomas Klausner wrote:

Date: Wed, 13 Mar 2024 06:41:13 +0100
From: Thomas Klausner <wiz%gatalith.at@localhost>
To: adr <adr%sdf.org@localhost>
Cc: pkgsrc-users%netbsd.org@localhost
Subject: 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


Oh I see, I'm too green still with pkgsrc. Maybe it would be nice
to add some comments in the pkgsrc guide. I don't even remember if
was me who put that line there.

adr



Home | Main Index | Thread Index | Old Index