Gentoo Archives: gentoo-dev

From: David Seifert <soap@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] [PATCH 3/3] lua-utils.eclass: Add lua_get_static_lib()
Date: Mon, 12 Oct 2020 16:09:21
Message-Id: 3cd51063f8c44b2393fbbbb3272234fe4d3b987a.camel@gentoo.org
In Reply to: Re: [gentoo-dev] [PATCH 3/3] lua-utils.eclass: Add lua_get_static_lib() by Marek Szuba
1 On Mon, 2020-10-12 at 17:57 +0200, Marek Szuba wrote:
2 > On 2020-10-12 17:39, David Seifert wrote:
3 >
4 > > When is passing static libs ever useful for Lua?
5 >
6 > No idea - but both Lua and LuaJIT install them, if conditionally on
7 > USE=static-libs in the latter case.
8 >
9
10 Then please don't provide this helper function. Consumers should just
11 use lua_get_shared_lib(). We similarly don't provide getters for
12 libpythonX.Y.a either, for the same reason.